Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit c819182

Browse files
committed
Merge pull request #279 from thgreasi/v0.13.x-dev
chore: increase version number to v0.13.0 & allow angular#1.3
2 parents 6fc6ffa + 2a5f7c3 commit c819182

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-sortable",
3-
"version": "0.12.11",
3+
"version": "0.13.0",
44
"description": "This directive allows you to jQueryUI Sortable.",
55
"author": "https://github.com/angular-ui/ui-sortable/graphs/contributors",
66
"license": "MIT",
@@ -16,11 +16,11 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"angular": "~1.2.x",
19+
"angular": ">=1.2.x",
2020
"jquery-ui": ">=1.9"
2121
},
2222
"devDependencies": {
23-
"angular-mocks": "~1.2.x",
23+
"angular-mocks": ">=1.2.x",
2424
"jquery-simulate": "latest"
2525
}
2626
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-sortable",
3-
"version": "0.12.11",
3+
"version": "0.13.0",
44
"description": "This directive allows you to jQueryUI Sortable.",
55
"author": "https://github.com/angular-ui/ui-sortable/graphs/contributors",
66
"license": "MIT",

0 commit comments

Comments
 (0)