Skip to content

Commit

Permalink
Bump version to 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Apr 24, 2015
1 parent 4d2d363 commit f08c5d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terriajs-cesium",
"version": "0.0.4",
"version": "0.0.5",
"description": "Cesium for TerriaJS.",
"homepage": "http://cesiumjs.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,8 @@
"deamdify": "^0.1.1"
},
"scripts": {
"prepublish": "gulp prepare-cesium"
"prepublish": "gulp prepare-cesium",
"postpublish": "git tag -a ${npm_package_version} -m \"${npm_package_version}\" && git push origin ${npm_package_version}"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit f08c5d4

Please sign in to comment.