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

Commit 4838660

Browse files
committed
Merge pull request #368 from thgreasi/master
chore: increase version number to v0.13.4
2 parents 3ae0fb6 + b81158d commit 4838660

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: .npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bower_components/
2+
node_modules/
3+
coverage/
4+
junit/
5+
# dist/
6+
out/

Diff for: bower.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-sortable",
3-
"version": "0.13.3",
3+
"version": "0.13.4",
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)