From 2dc8cf8b5da0fb26d411edbf6866cbd101273171 Mon Sep 17 00:00:00 2001 From: Rocco Howard Date: Thu, 11 Aug 2016 00:05:50 +1000 Subject: [PATCH 1/2] Fixed git url --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } From c5965dff6acd672481e6d2858fd3b8d07a04404a Mon Sep 17 00:00:00 2001 From: Rocco Howard Date: Thu, 11 Aug 2016 00:07:25 +1000 Subject: [PATCH 2/2] Updated version --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "