Skip to content

Commit ff5d806

Browse files
author
Voles
committed
Version 1.3.5 - version bump for tag
1 parent 1943a53 commit ff5d806

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Angular-NestedSortable",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"homepage": "https://github.com/JimLiu/Angular-NestedSortable",
55
"authors": [
66
"Jim Liu <junminliu@gmail.com>"

demo/dist/angular-nested-sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular NestedSortable v1.3.4
2+
* @license Angular NestedSortable v1.3.5
33
* (c) 2010-2014. https://github.com/JimLiu/Angular-NestedSortable
44
* License: MIT
55
*/

demo/dist/angular-nested-sortable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-nested-sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular NestedSortable v1.3.4
2+
* @license Angular NestedSortable v1.3.5
33
* (c) 2010-2014. https://github.com/JimLiu/Angular-NestedSortable
44
* License: MIT
55
*/

dist/angular-nested-sortable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Angular-NestedSortable",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"dependencies": {
55
"grunt": "~0.4.2",
66
"grunt-contrib-jshint": "~0.8.0",

source/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular NestedSortable v1.3.4
2+
* @license Angular NestedSortable v1.3.5
33
* (c) 2010-2014. https://github.com/JimLiu/Angular-NestedSortable
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)