Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richrdkng committed Jul 30, 2016
1 parent 35bb2ed commit 95ed92f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js-partial-foreach.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* by differentiating whether the callback function expects a value or a pair of key=>value.
*
* @module js/partial/foreach
* @version 1.0.0
* @version 1.0.1
*
* @author Richard King <richrdkng@gmail.com> [GitHub]{@link https://github.com/richrdkng}
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/js-partial-foreach.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-partial-foreach",
"version": "1.0.0",
"version": "1.0.1",
"description": "A partial to provide a better foreach capability similar to PHP's foreach construct by differentiating whether the callback function expects a value or a pair of key=>value.",
"main": "dist/js-partial-foreach.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/js-partial-foreach.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* by differentiating whether the callback function expects a value or a pair of key=>value.
*
* @module js/partial/foreach
* @version 1.0.0
* @version 1.0.1
*
* @author Richard King <richrdkng@gmail.com> [GitHub]{@link https://github.com/richrdkng}
* @license MIT
Expand Down

0 comments on commit 95ed92f

Please sign in to comment.