diff --git a/bower.json b/bower.json index e5fe9f1..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", @@ -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" } } 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",