diff --git a/bower.json b/bower.json index 7158c05..b9e3b27 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-stickytabs", - "version": "1.2.4", + "version": "1.2.5", "homepage": "https://github.com/aidanlister/jquery-stickytabs", "authors": [ "Aidan Lister " diff --git a/package.json b/package.json index 4cb9343..b74a71c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery-stickytabs", - "version": "1.2.4", + "version": "1.2.5", "description": "jquery-stickytabs =================", "main": "jquery.stickytabs.js", "directories": { @@ -11,12 +11,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/thecsea/jquery-stickytabs.git" + "url": "git+https://github.com/aidanlister/jquery-stickytabs.git" }, "author": "Claudio Cardinale, Aidan Lister", "license": "MIT", "bugs": { - "url": "https://github.com/thecsea/jquery-stickytabs/issues" + "url": "https://github.com/aidanlister/jquery-stickytabs/issues" }, - "homepage": "https://github.com/thecsea/jquery-stickytabs#readme" + "homepage": "https://github.com/aidanlister/jquery-stickytabs#readme" }