Skip to content

Commit

Permalink
Version 1.3.5 - version bump for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Voles committed Mar 3, 2014
1 parent 1943a53 commit ff5d806
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Angular-NestedSortable",
"version": "1.3.4",
"version": "1.3.5",
"homepage": "https://github.com/JimLiu/Angular-NestedSortable",
"authors": [
"Jim Liu <junminliu@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion demo/dist/angular-nested-sortable.js
@@ -1,5 +1,5 @@
/**
* @license Angular NestedSortable v1.3.4
* @license Angular NestedSortable v1.3.5
* (c) 2010-2014. https://github.com/JimLiu/Angular-NestedSortable
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion demo/dist/angular-nested-sortable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-nested-sortable.js
@@ -1,5 +1,5 @@
/**
* @license Angular NestedSortable v1.3.4
* @license Angular NestedSortable v1.3.5
* (c) 2010-2014. https://github.com/JimLiu/Angular-NestedSortable
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-nested-sortable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Angular-NestedSortable",
"version": "1.3.4",
"version": "1.3.5",
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion source/main.js
@@ -1,5 +1,5 @@
/**
* @license Angular NestedSortable v1.3.4
* @license Angular NestedSortable v1.3.5
* (c) 2010-2014. https://github.com/JimLiu/Angular-NestedSortable
* License: MIT
*/
Expand Down

2 comments on commit ff5d806

@Voles
Copy link
Member

@Voles Voles commented on ff5d806 Mar 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the mess, had to create a new tag for the latest version.

@JimLiu
Copy link
Contributor

@JimLiu JimLiu commented on ff5d806 Mar 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bumps fast 😆

Please sign in to comment.