From e995bb9970f079bf46256f6aabdc789c11020e95 Mon Sep 17 00:00:00 2001 From: Will Farrell Date: Tue, 9 Jun 2015 18:05:10 -0400 Subject: [PATCH 1/4] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 583b27a..62ea259 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.12 +0.9.13 From cfc8e71746cab2146c06ae1dcb19fa2e93e572ba Mon Sep 17 00:00:00 2001 From: Will Farrell Date: Tue, 9 Jun 2015 18:05:41 -0400 Subject: [PATCH 2/4] Update bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 7da7175..950bbb0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-sortable", - "version": "0.9.12", + "version": "0.9.13", "homepage": "http://johnny.github.io/jquery-sortable/", "authors": [ "Jonas von Andrian" From 10efaca9ec44e53390f6ceb781ec1976f7833960 Mon Sep 17 00:00:00 2001 From: Will Farrell Date: Tue, 9 Jun 2015 18:09:07 -0400 Subject: [PATCH 3/4] Update bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 950bbb0..5af7dbc 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jquery-sortable", "version": "0.9.13", - "homepage": "http://johnny.github.io/jquery-sortable/", + "homepage": "https://github.com/wefarrell/jquery-sortable/", "authors": [ "Jonas von Andrian" ], From 88119d46482777d551a82ac0e5d65c4d0ab6a1d6 Mon Sep 17 00:00:00 2001 From: Will Farrell Date: Tue, 9 Jun 2015 18:10:13 -0400 Subject: [PATCH 4/4] Update sortable.jquery.json --- sortable.jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sortable.jquery.json b/sortable.jquery.json index d9982fd..73d312f 100644 --- a/sortable.jquery.json +++ b/sortable.jquery.json @@ -9,7 +9,7 @@ "drag", "drop" ], - "version": "0.9.12", + "version": "0.9.13", "author": { "name": "Jonas von Andrian" },