Skip to content

Commit 7529c2e

Browse files
committed
commiting to master
1 parent 723c346 commit 7529c2e

21 files changed

+21
-21
lines changed

docs/csv2json.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>EXAMPLES</h2>
6060
<pre><code class="language-shell"> csv2json -as-blobs -i data1.csv
6161
</code></pre>
6262

63-
<p>csv2json v0.0.14</p>
63+
<p>csv2json v0.0.15</p>
6464

6565
</section>
6666

docs/csv2mdtable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>EXAMPLES</h2>
5757
<pre><code class="language-shell"> csv2mdtable -i data1.csv -o data1.md
5858
</code></pre>
5959

60-
<p>csv2mdtable v0.0.14</p>
60+
<p>csv2mdtable v0.0.15</p>
6161

6262
</section>
6363

docs/csv2xlsx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>EXAMPLE</h2>
5959
<p>This does the same but the contents of data.csv are piped into
6060
the workbook&rsquo;s sheet.</p>
6161

62-
<p>csv2xlsx v0.0.14</p>
62+
<p>csv2xlsx v0.0.15</p>
6363

6464
</section>
6565

docs/csvcols.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>EXAMPLES</h2>
7676
<pre><code class="language-shell"> csvcols -i 10col.csv -col 1,4,6 &gt; 3col.csv
7777
</code></pre>
7878

79-
<p>csvcols v0.0.14</p>
79+
<p>csvcols v0.0.15</p>
8080

8181
</section>
8282

docs/csvfind.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>EXAMPLES</h2>
8282
<pre><code class="language-shell"> csvfind -i books.csv -col=2 -contains &quot;Red Book&quot;
8383
</code></pre>
8484

85-
<p>csvfind v0.0.14</p>
85+
<p>csvfind v0.0.15</p>
8686

8787
</section>
8888

docs/csvjoin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2>EXAMPLES</h2>
7272
-output=merged-data.csv
7373
</code></pre>
7474

75-
<p>csvjoin v0.0.14</p>
75+
<p>csvjoin v0.0.15</p>
7676

7777
</section>
7878

docs/csvrows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>EXAMPLES</h2>
7777
<pre><code class="language-shell"> csvrows -i 10row.csv -row 1,4,6 &gt; 3rows.csv
7878
</code></pre>
7979

80-
<p>csvrows v0.0.14</p>
80+
<p>csvrows v0.0.15</p>
8181

8282
</section>
8383

docs/finddir.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>EXAMPLE</h2>
5959

6060
<p>Find all subdirectories starting with &ldquo;img&rdquo;.</p>
6161

62-
<p>finddir v0.0.14</p>
62+
<p>finddir v0.0.15</p>
6363

6464
</section>
6565

docs/findfile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>EXAMPLE</h2>
5959

6060
<p>Search the current directory and subdirectories for Markdown files with extension of &ldquo;.md&rdquo;.</p>
6161

62-
<p>findfile v0.0.14</p>
62+
<p>findfile v0.0.15</p>
6363

6464
</section>
6565

docs/jsoncols.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2>EXAMPLES</h2>
109109
<pre><code class="language-csv"> &quot;Doe, Jane&quot;,[email protected],42
110110
</code></pre>
111111

112-
<p>jsoncols v0.0.14</p>
112+
<p>jsoncols v0.0.15</p>
113113

114114
</section>
115115

docs/jsonjoin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h2>EXAMPLES</h2>
159159
&quot;bio&quot;: &quot;World renowned geophysist.&quot; }
160160
</code></pre>
161161

162-
<p>jsonjoin v0.0.14</p>
162+
<p>jsonjoin v0.0.15</p>
163163

164164
</section>
165165

docs/jsonmunge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2>EXAMPLES</h2>
7171
<pre><code class="language-csv"> &quot;Doe, Jane&quot;
7272
</code></pre>
7373

74-
<p>jsonmunge v0.0.14</p>
74+
<p>jsonmunge v0.0.15</p>
7575

7676
</section>
7777

docs/jsonrange.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h2>EXAMPLES</h2>
160160
2
161161
</code></pre>
162162

163-
<p>jsonrange v0.0.14</p>
163+
<p>jsonrange v0.0.15</p>
164164

165165
</section>
166166

docs/mergepath.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>EXAMPLE</h2>
5757

5858
<p>This would put your home bin directory at the beginning of your path.</p>
5959

60-
<p>mergepath v0.0.14</p>
60+
<p>mergepath v0.0.15</p>
6161

6262
</section>
6363

docs/range.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>EXAMPLES</h2>
7979

8080
<p>Yields a random integer from 0 to 10</p>
8181

82-
<p>range v0.0.14</p>
82+
<p>range v0.0.15</p>
8383

8484
</section>
8585

docs/reldate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2>EXAMPLES</h2>
123123
insensitive and can be the first three letters of the English names or full
124124
English names (e.g. Monday, monday, Mon, mon).</p>
125125

126-
<p>reldate v0.0.14</p>
126+
<p>reldate v0.0.15</p>
127127

128128
</section>
129129

docs/timefmt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2>EXAMPLES</h2>
6464

6565
<p>Yields &ldquo;02 Jul 16 08:08 UTC&rdquo;</p>
6666

67-
<p>timefmt v0.0.14</p>
67+
<p>timefmt v0.0.15</p>
6868

6969
</section>
7070

docs/urlparse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>EXAMPLE</h2>
8888
<p>Without options urlparse returns protocol, host and path
8989
fields separated by a tab.</p>
9090

91-
<p>urlparse v0.0.14</p>
91+
<p>urlparse v0.0.15</p>
9292

9393
</section>
9494

docs/vcard2json.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2>EXAMPLES</h2>
5555
<pre><code class="language-shell"> vcard2json -i mv.cvf -o myVCard.json
5656
</code></pre>
5757

58-
<p>vcard2json v0.0.14</p>
58+
<p>vcard2json v0.0.15</p>
5959

6060
</section>
6161

docs/xlsx2csv.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>EXAMPLE</h2>
6666
done
6767
</code></pre>
6868

69-
<p>xlsx2csv v0.0.14</p>
69+
<p>xlsx2csv v0.0.15</p>
7070

7171
</section>
7272

docs/xlsx2json.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>EXAMPLE</h2>
6767
done
6868
</code></pre>
6969

70-
<p>xlsx2json v0.0.14</p>
70+
<p>xlsx2json v0.0.15</p>
7171

7272
</section>
7373

0 commit comments

Comments
 (0)