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

Commit 40b1fdf

Browse files
author
Jared Deckard
committed
Bump patch version for bug fix
1 parent 5ace7c0 commit 40b1fdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Markdown TaskList components",
55
"homepage": "https://github.com/deckar01/task_list",
66
"dependencies": {

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

0 commit comments

Comments
 (0)