Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wqferr committed Oct 6, 2021
1 parent 3ef794c commit fe30419
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h4>Iterable</h4>
<h3>Info:</h3>
<ul>
<li><strong>Copyright</strong>: 2021</li>
<li><strong>Release</strong>: 1.5.0</li>
<li><strong>Release</strong>: 1.5.1</li>
<li><strong>License</strong>: MIT</li>
<li><strong>Author</strong>: William Quelho Ferreira</li>
</ul>
Expand Down Expand Up @@ -2096,7 +2096,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-20 12:55:29 </i>
<i style="float:right;">Last updated 2021-10-06 13:17:03 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
4 changes: 2 additions & 2 deletions functional-1.5-0.rockspec → functional-1.5-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "functional"
version = "1.5-0"
version = "1.5-1"
source = {
url = "git://github.com/wqferr/functional",
tag = "v1.5.0"
tag = "v1.5.1"
}

description = {
Expand Down
4 changes: 2 additions & 2 deletions functional.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
-- </ul></p>
-- @module functional
-- @alias M
-- @release 1.5.0
-- @release 1.5.1
-- @author William Quelho Ferreira
-- @copyright 2021
-- @license MIT
Expand All @@ -49,7 +49,7 @@ local iter_meta = {}
local unpack = table.unpack or unpack

--- Module version.
M._VERSION = "1.5.0"
M._VERSION = "1.5.1"

--- Iterate over the given <code>iterable</code>.
-- <p>If <code>iterable</code> is an array, create an Iterator instance
Expand Down

0 comments on commit fe30419

Please sign in to comment.