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

Commit cce1ae3

Browse files
committed
Bumps to 1.0.0
1 parent 139f628 commit cce1ae3

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
@@ -145,5 +145,5 @@ Released under the [MIT licence](https://github.com/folktale/data.maybe/blob/mas
145145
[es5-shim]: https://github.com/kriskowal/es5-shim
146146
[docs]: http://folktale.github.io/data.maybe
147147
<!-- [release: https://github.com/folktale/data.maybe/releases/download/v$VERSION/data.maybe-$VERSION.tar.gz] -->
148-
[release]: https://github.com/folktale/data.maybe/releases/download/v0.4.0/data.maybe-0.4.0.tar.gz
148+
[release]: https://github.com/folktale/data.maybe/releases/download/v1.0.0/data.maybe-1.0.0.tar.gz
149149
<!-- [/release] -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data.maybe",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "A monad for values that may not be available or computations that may fail.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -35,4 +35,4 @@
3535
"uglify-js": "~2.4.3",
3636
"laws": "~0.2.0"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)