Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Bump to v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Mar 9, 2015
1 parent 4a280d1 commit e543fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lodash-fp v0.4.0
# lodash-fp v0.5.0

[lodash](https://lodash.com/) with auto-curried iteratee-first methods.

Expand Down Expand Up @@ -39,7 +39,7 @@ _(_.range(0, 10))
// => [0, 4]
```

See the [package source](https://github.com/lodash/lodash-fp/tree/0.4.0) for more details.
See the [package source](https://github.com/lodash/lodash-fp/tree/0.5.0) for more details.

**Note:**<br>
Don’t assign values to the [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` when in the REPL.<br>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lodash-fp",
"version": "0.4.0",
"version": "0.5.0",
"description": "lodash with more functional fun.",
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
Expand Down

0 comments on commit e543fe4

Please sign in to comment.