Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strojewski committed Jan 15, 2020
1 parent d09acdc commit 7591ad4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Full detailed documentation can be found [here](https://github.com/monet/monet.j
npm install monet --save

# or to install a specific version
npm install monet@0.9.0
npm install monet@0.9.1
```

### Download
Expand Down Expand Up @@ -90,7 +90,7 @@ Please see [Ken Scambler](http://twitter.com/KenScambler)'s [excellent talk](htt
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).

[functionalJava]: http://functionaljava.org/
[gitZip]: https://github.com/monet/monet.js/archive/v0.9.0.zip
[gitTar]: https://github.com/monet/monet.js/archive/v0.9.0.tar.gz
[gitZip]: https://github.com/monet/monet.js/archive/v0.9.1.zip
[gitTar]: https://github.com/monet/monet.js/archive/v0.9.1.tar.gz
[npm]: https://www.npmjs.com/
[scalaz]: https://github.com/scalaz/scalaz
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"Jakub Strojewski <ulfryk@gmail.com>",
"emmanueltouzery",
"tomecko",
"WojciechP"
"WojciechP",
"wookieb"
],
"name": "monet",
"description": "Monadic types library for JavaScript",
"version": "0.9.0",
"version": "0.9.1",
"homepage": "https://monet.github.io/monet.js/",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7591ad4

Please sign in to comment.