Skip to content

Commit

Permalink
Clean up pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Aronoff committed Feb 11, 2017
1 parent 57ef5c1 commit c779676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ useful, and [many people have written a version for Lua][wiki].
The module provides four informational functions that return strings. They
should be self-explanatory.

+ `version() -- 3.1.0`
+ `version() -- 3.2.0`

+ `author() -- Peter Aronoff`

Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2>Varia</h2>
should be self-explanatory.</p>

<ul>
<li><p><code>version() -- 3.1.0</code></p></li>
<li><p><code>version() -- 3.2.0</code></p></li>
<li><p><code>author() -- Peter Aronoff</code></p></li>
<li><p><code>url() -- https://bitbucket.org/telemachus/split</code></p></li>
<li><p><code>license() -- BSD 3-Clause</code></p></li>
Expand Down
2 changes: 1 addition & 1 deletion split-3.2.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = '3.2.0-1'
source = {
url = 'git://github.com/telemachus/split.git',
branch = 'master',
tag = '3.2.0'
tag = 'v3.2.0-1'
}
description = {
summary = 'String split function and iterator for Lua',
Expand Down

0 comments on commit c779676

Please sign in to comment.