From d84fef2ef9125507ea958753b6082f9c75c651fa Mon Sep 17 00:00:00 2001 From: Jeff Nusz Date: Thu, 1 Sep 2016 13:01:02 -0700 Subject: [PATCH] clean up version number and repo links --- CHANGELOG.md | 6 +----- bower.json | 6 +++--- package.json | 10 +++++----- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e34d3b..f26280f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -### 0.6.2 +### 0.6.0 * added updateDisplay() to GUI, to update all controls in all folders * fixed GUI.destroy() to remove all window eventListeners @@ -11,11 +11,7 @@ * fixed issues with step parameters in sliders * fixed issue with controler.options() function * fixed issue with hiding the GUI - -### 0.6.1 * Fixed all eslint issues - -### 0.6.0 * Using common.js * Using webpack for build * Fixed an issue with colors based on arrays - https://github.com/dataarts/dat.gui/pull/57 diff --git a/bower.json b/bower.json index 8cd9b65..453b02b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { - "name": "dat.gui-ng", - "version": "0.6.1", - "homepage": "https://github.com/korczis/dat.gui.git", + "name": "dat.gui", + "version": "0.6.0", + "homepage": "https://github.com/dataarts/dat.gui.git", "authors": [ "Google Data Arts Team " ], diff --git a/package.json b/package.json index 504de42..4bfcf44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dat.gui", - "version": "0.6.1", + "version": "0.6.0", "description": "A lightweight graphical user interface for changing variables in JavaScript.", "main": "index.js", "directories": { @@ -15,14 +15,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/korczis/dat.gui.git" + "url": "git+https://github.com/dataarts/dat.gui.git" }, - "author": "Data Arts Team, Google Creative Lab", + "author": "Data Arts Team, Google", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/korczis/dat.gui/issues" + "url": "https://github.com/dataarts/dat.gui/issues" }, - "homepage": "https://github.com/korczis/dat.gui#readme", + "homepage": "https://github.com/dataarts/dat.gui#readme", "devDependencies": { "babel-core": "^5.8.22", "babel-eslint": "^4.0.5",