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

Commit bce1c5e

Browse files
author
Jared Deckard
committed
Drop release candidate suffix from the version
1 parent 23e9126 commit bce1c5e

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.7",
3+
"version": "2.0.0",
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', 7].join('.')
2+
VERSION = [2, 0, 0].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.7",
3+
"version": "2.0.0",
44
"description": "Markdown TaskList components",
55
"main": "dist/task_list.js",
66
"directories": {

0 commit comments

Comments
 (0)