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

Commit a93fa7b

Browse files
committed
Bumps to 0.1.0
1 parent aea07fa commit a93fa7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Released under the [MIT licence](https://github.com/folktale/monads.validation/b
141141
<!-- links -->
142142
[Fantasy Land]: https://github.com/fantasyland/fantasy-land
143143
[Browserify]: http://browserify.org/
144-
[release]: https://github.com/folktale/monads.validation/releases/download/v0.0.0/monads.validation-0.0.0.tar.gz
144+
[release]: https://github.com/folktale/monads.validation/releases/download/v0.1.0/monads.validation-0.1.0.tar.gz
145145
[Git]: http://git-scm.com/
146146
[Make]: http://www.gnu.org/software/make/
147147
[Node.js]: http://nodejs.org/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monads.validation",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A disjunction (Either monad) that's more appropriate for validating inputs with better vocabulary & straight-forward failure aggregation.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -30,4 +30,4 @@
3030
"uglify-js": "~2.4.3",
3131
"laws": "~0.2.0"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)