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

Commit 0a37f25

Browse files
committed
Bump version to 1.0.0
1 parent 44c8278 commit 0a37f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task_list",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"dependencies": {
55
"jquery": ">= 1.9.1"
66
},

lib/task_list/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class TaskList
2-
VERSION = [0, 4, 0].join('.')
2+
VERSION = [1, 0, 0].join('.')
33
end

0 commit comments

Comments
 (0)