Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Bumps to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robotlolita committed Nov 24, 2013
1 parent db95220 commit d71b58c
Show file tree
Hide file tree
Showing 2 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 @@ -126,7 +126,7 @@ Released under the [MIT licence](https://github.com/folktale/monads.either/blob/
<!-- links -->
[Fantasy Land]: https://github.com/fantasyland/fantasy-land
[Browserify]: http://browserify.org/
[release]: https://github.com/folktale/monads.either/releases/download/v0.0.0/monads.either-0.0.0.tar.gz
[release]: https://github.com/folktale/monads.either/releases/download/v0.1.0/monads.either-0.1.0.tar.gz
[Git]: http://git-scm.com/
[Make]: http://www.gnu.org/software/make/
[Node.js]: http://nodejs.org/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monads.either",
"version": "0.0.0",
"version": "0.1.0",
"description": "A monad for disjunctions. (e.g.: computations that may fail)",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -30,4 +30,4 @@
"uglify-js": "~2.4.3",
"laws": "~0.2.0"
}
}
}

0 comments on commit d71b58c

Please sign in to comment.