From eac3e90feaccc9853e646705a61cd7a77f899dee Mon Sep 17 00:00:00 2001 From: Philip Kahn Date: Fri, 17 Mar 2017 15:28:01 -0700 Subject: [PATCH] Canonicalize stable version --- bower.json | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 4b9dd3c9..3f44cb0a 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "SSAR Common Names Database for North America", - "version": "1.2.1", - "homepage": "https://github.com/tigerhawkvok/SSAR-species-database", + "version": "1.2.5", + "homepage": "https://github.com/SSARHERPS/SSAR-species-database", "authors": [ "Philip Kahn " ], diff --git a/package.json b/package.json index 3442efb2..600fd114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SSAR-species-database", - "version": "1.2.1", + "version": "1.2.5", "description": "SSAR Common Names Database", "main": "commonnamnes_api.php", "scripts": { @@ -8,14 +8,14 @@ }, "repository": { "type": "git", - "url": "https://github.com/tigerhawkvok/SSAR-species-database.git" + "url": "https://github.com/SSARHERPS/SSAR-species-database.git" }, "author": "Philip Kahn ", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/tigerhawkvok/SSAR-species-database/issues" + "url": "https://github.com/SSARHERPS/SSAR-species-database/issues" }, - "homepage": "https://github.com/tigerhawkvok/SSAR-species-database", + "homepage": "https://github.com/SSARHERPS/SSAR-species-database", "devDependencies": { "autoprefixer-core": "^5.2.1", "bootlint": "^0.12.0",