Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaferretti committed Mar 7, 2018
1 parent 397d16e commit eabd243
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Steps to deploy
* If it is a new chart, remember to expose it in [all.js](https://github.com/andreaferretti/paths-js/blob/master/src/all.js)
* Add tests
* Update `bower.json` and `package.json` version number
* Commit again and add a version tag
* Build (to generate new `package.json` for NPM), commit again and add a version tag
* Push to Github for bower
* Publish on NPM with `npm publish` inside `dist/node`
* Update the WebJars repository from [here](http://www.webjars.org/bower)
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": "paths-js",
"version": "0.4.6",
"version": "0.4.7",
"main": "dist/amd",
"ignore": [
".gitignore",
Expand Down
6 changes: 3 additions & 3 deletions dist/node/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "paths-js",
"version": "0.4.6",
"main": "dist/es6/path.js",
"version": "0.4.7",
"author": {
"name": "Andrea Ferretti"
},
"contributors": [
"pazqo",
"mfirry",
"vabite"
"vabite",
"yowzadave"
],
"license": "Apache-2.0",
"homepage": "https://github.com/andreaferretti/paths-js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paths-js",
"version": "0.4.6",
"version": "0.4.7",
"author": {
"name": "Andrea Ferretti"
},
Expand Down

0 comments on commit eabd243

Please sign in to comment.