Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Dec 3, 2013
1 parent 9f80881 commit b41acc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sortable",
"version": "0.4.1",
"version": "0.5.0",
"homepage": "http://adamschwartz.co/sortable",
"authors": [
"Adam Schwartz <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sortable",
"repo": "adamschwartz/sortable",
"description": "The simplest, most elegant way to sort a table.",
"version": "0.4.1",
"version": "0.5.0",
"homepage": "http://adamschwartz.co/sortable",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion js/sortable.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sortable",
"version": "0.4.1",
"version": "0.5.0",
"description": "The simplest, most elegant way to sort a table.",
"author": "Adam Schwartz <[email protected]>",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"coffee-script": "~1.6.3",
"grunt-contrib-uglify": "~0.2.4",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt": "~0.5.0",

This comment has been minimized.

Copy link
@adamschwartz

adamschwartz Dec 6, 2013

Author Contributor

This was an accident. Fixed with f277838.

"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compass": "~0.5.0"
}
Expand Down

0 comments on commit b41acc6

Please sign in to comment.