From fb527279de4a2f5e5030451d95f8af6b36931750 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Tue, 14 Oct 2014 22:23:54 +0300 Subject: [PATCH 1/2] chore: update bower.json to allow angular#1.3 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index e5fe9f1..cdf29e2 100644 --- a/bower.json +++ b/bower.json @@ -16,11 +16,11 @@ "package.json" ], "dependencies": { - "angular": "~1.2.x", + "angular": ">=1.2.x", "jquery-ui": ">=1.9" }, "devDependencies": { - "angular-mocks": "~1.2.x", + "angular-mocks": ">=1.2.x", "jquery-simulate": "latest" } } From 2a5f7c3bf2c6251f33f1a49a7c0ae8d09cfa8c16 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Tue, 14 Oct 2014 22:27:12 +0300 Subject: [PATCH 2/2] chore: increase version number to v0.13.0 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index cdf29e2..b4c923b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-sortable", - "version": "0.12.11", + "version": "0.13.0", "description": "This directive allows you to jQueryUI Sortable.", "author": "https://github.com/angular-ui/ui-sortable/graphs/contributors", "license": "MIT", diff --git a/package.json b/package.json index 77b2d78..b865815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-sortable", - "version": "0.12.11", + "version": "0.13.0", "description": "This directive allows you to jQueryUI Sortable.", "author": "https://github.com/angular-ui/ui-sortable/graphs/contributors", "license": "MIT",