Skip to content

Commit 74a7100

Browse files
Jonas von AndrianJonas von Andrian
authored andcommitted
Release 0.9.13
1 parent f8627f1 commit 74a7100

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.12
1+
0.9.13

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-sortable",
3-
"version": "0.9.12",
3+
"version": "0.9.13",
44
"homepage": "http://johnny.github.io/jquery-sortable/",
55
"authors": [
66
"Jonas von Andrian"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-sortable",
3-
"version": "0.9.12",
3+
"version": "0.9.13",
44
"description": "jquery plugin for sortable, nestable lists",
55
"main": "./source/js/jquery-sortable.js",
66
"scripts": {

sortable.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"drag",
1010
"drop"
1111
],
12-
"version": "0.9.12",
12+
"version": "0.9.13",
1313
"author": {
1414
"name": "Jonas von Andrian"
1515
},
1616
"licenses": [
1717
{
1818
"type": "BSD-3",
19-
"url": "https://github.com/johnny/jquery-sortable/blob/0.9.12/LICENSE"
19+
"url": "https://github.com/johnny/jquery-sortable/blob/0.9.13/LICENSE"
2020
}
2121
],
2222
"bugs": "https://github.com/johnny/jquery-sortable/issues",

source/js/jquery-sortable-min.js

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/js/jquery-sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ===================================================
2-
* jquery-sortable.js v0.9.12
2+
* jquery-sortable.js v0.9.13
33
* http://johnny.github.com/jquery-sortable/
44
* ===================================================
55
* Copyright (c) 2012 Jonas von Andrian

0 commit comments

Comments
 (0)