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

chore: increase version number to v0.13.0 & allow angular#1.3 #279

Merged
merged 2 commits into from
Oct 14, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down