diff --git a/bower.json b/bower.json index be4e0a4..8cd9b65 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "dat.gui-ng", - "version": "0.6.0", - "homepage": "https://github.com/korczis/dat.gui", + "version": "0.6.1", + "homepage": "https://github.com/korczis/dat.gui.git", "authors": [ "Google Data Arts Team " ], diff --git a/package.json b/package.json index a646d96..6434774 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/dataarts/dat.gui.git" + "url": "git+https://github.com/korczis/dat.gui.git" }, "author": "Data Arts Team, Google Creative Lab", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/dataarts/dat.gui/issues" + "url": "https://github.com/korczis/dat.gui/issues" }, - "homepage": "https://github.com/dataarts/dat.gui#readme", + "homepage": "https://github.com/korczis/dat.gui#readme", "devDependencies": { "babel-core": "^5.8.22", "babel-eslint": "^4.0.5",