diff --git a/bower.json b/bower.json index 684340a..2131bf9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "planetary.js", - "version": "0.0.0", + "version": "0.1.1", "main": "dist/planetaryjs.min.js", "ignore": [ ".git", diff --git a/package.json b/package.json index 3f73803..029e5cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planetary.js", - "version": "0.0.0", + "version": "0.1.1", "description": "Awesome interactive globes for the web", "scripts": { "build": "rm -r dist/ ; gulp && cp dist/planetaryjs.min.js site/public/js/lib",