Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 09f4f7a

Browse files
author
Jared Deckard
committed
Bump verison to 2.0.0-rc.5
1 parent 4e24bb9 commit 09f4f7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "deckar01-task_list",
3-
"version": "2.0.0-rc.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Markdown TaskList components",
55
"homepage": "https://github.com/deckar01/task_list",
66
"devDependencies": {

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 = [2, 0, '0-rc', 4].join('.')
2+
VERSION = [2, 0, '0-rc', 5].join('.')
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckar01-task_list",
3-
"version": "2.0.0-rc.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Markdown TaskList components",
55
"main": "dist/task_list.js",
66
"directories": {

0 commit comments

Comments
 (0)