Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
Bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodd committed Sep 26, 2014
1 parent b43e109 commit 9dd534e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "task_list",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"jquery": ">= 1.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/task_list/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class TaskList
VERSION = [1, 0, 1].join('.')
VERSION = [1, 0, 2].join('.')
end

0 comments on commit 9dd534e

Please sign in to comment.