Skip to content

Commit

Permalink
Merge branch 'release/0.8.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Myers committed Jan 27, 2016
2 parents ebdffd1 + a93480e commit d45f37d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Using [bower]:

or to install a specific version

bower install monet#0.8.6
bower install monet#0.8.7

### Node installation
Using [npm]:
Expand All @@ -46,7 +46,7 @@ Using [npm]:

or to install a specific version

npm install [email protected].6
npm install [email protected].7

## A note on types

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monet",
"version": "0.8.6",
"version": "0.8.7",
"main": ["src/main/javascript/monet.js","src/main/javascript/monet-pimp.js"],
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monet",
"version": "0.8.6",
"version": "0.8.7",
"scripts": [
"src/main/javascript/monet.js",
"src/main/javascript/monet-pimp.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Chris Myers",
"name": "monet",
"description": "Monadic types library for JavaScript",
"version": "0.8.6",
"version": "0.8.7",
"homepage": "https://github.com/cwmyers/monet.js",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/main/javascript/monet-pimp.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// monet-pimp.js 0.8.6
// monet-pimp.js 0.8.7

// This file needs to be included after monet.js

// (c) 2012-2014 Chris Myers
// (c) 2012-2016 Chris Myers
// Monet-pimp.js may be freely distributed under the MIT license.
// For all details and documentation:
// https://cwmyers.github.com/monet.js
Expand Down Expand Up @@ -40,4 +40,4 @@

return this

})(window || this);
})(window || this);
4 changes: 2 additions & 2 deletions src/main/javascript/monet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Monet.js 0.8.6
// Monet.js 0.8.7

// (c) 2012-2014 Chris Myers
// (c) 2012-2016 Chris Myers
// Monet.js may be freely distributed under the MIT license.
// For all details and documentation:
// https://cwmyers.github.com/monet.js
Expand Down

0 comments on commit d45f37d

Please sign in to comment.