Skip to content

Commit 7591ad4

Browse files
author
Jakub Strojewski
committed
v0.9.1
1 parent d09acdc commit 7591ad4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Full detailed documentation can be found [here](https://github.com/monet/monet.j
2626
npm install monet --save
2727

2828
# or to install a specific version
29-
npm install monet@0.9.0
29+
npm install monet@0.9.1
3030
```
3131

3232
### Download
@@ -90,7 +90,7 @@ Please see [Ken Scambler](http://twitter.com/KenScambler)'s [excellent talk](htt
9090
Written and maintained by Chris Myers [@cwmyers](https://twitter.com/cwmyers) and Jakub Strojewski [@ulfryk](https://twitter.com/ulfryk). Follow Monet.js at [@monetjs](http://twitter.com/monetjs).
9191

9292
[functionalJava]: http://functionaljava.org/
93-
[gitZip]: https://github.com/monet/monet.js/archive/v0.9.0.zip
94-
[gitTar]: https://github.com/monet/monet.js/archive/v0.9.0.tar.gz
93+
[gitZip]: https://github.com/monet/monet.js/archive/v0.9.1.zip
94+
[gitTar]: https://github.com/monet/monet.js/archive/v0.9.1.tar.gz
9595
[npm]: https://www.npmjs.com/
9696
[scalaz]: https://github.com/scalaz/scalaz

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"Jakub Strojewski <ulfryk@gmail.com>",
55
"emmanueltouzery",
66
"tomecko",
7-
"WojciechP"
7+
"WojciechP",
8+
"wookieb"
89
],
910
"name": "monet",
1011
"description": "Monadic types library for JavaScript",
11-
"version": "0.9.0",
12+
"version": "0.9.1",
1213
"homepage": "https://monet.github.io/monet.js/",
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)