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

0 commit comments

Comments
 (0)