Skip to content

Commit b41acc6

Browse files
committed
v0.5.0
1 parent 9f80881 commit b41acc6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sortable",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"homepage": "http://adamschwartz.co/sortable",
55
"authors": [
66
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sortable",
33
"repo": "adamschwartz/sortable",
44
"description": "The simplest, most elegant way to sort a table.",
5-
"version": "0.4.1",
5+
"version": "0.5.0",
66
"homepage": "http://adamschwartz.co/sortable",
77
"license": "MIT",
88
"keywords": [

js/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sortable",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "The simplest, most elegant way to sort a table.",
55
"author": "Adam Schwartz <adam.flynn.schwartz@gmail.com>",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"coffee-script": "~1.6.3",
1010
"grunt-contrib-uglify": "~0.2.4",
1111
"grunt-cli": "~0.1.9",
12-
"grunt": "~0.4.1",
12+
"grunt": "~0.5.0",
1313
"grunt-contrib-watch": "~0.5.3",
1414
"grunt-contrib-compass": "~0.5.0"
1515
}

0 commit comments

Comments
 (0)