From 7591ad40dd4c6d45f5e09ae7cb11bb908db35242 Mon Sep 17 00:00:00 2001 From: Jakub Strojewski Date: Wed, 15 Jan 2020 14:29:21 +0100 Subject: [PATCH] v0.9.1 --- README.md | 6 +++--- package.json | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae93ba7..55aac24 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 6cda505..b6c0b97 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,12 @@ "Jakub Strojewski ", "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",