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

Commit c501778

Browse files
author
Jared Deckard
committed
Bump to 1.0.3 for dependency fixes
1 parent e8a731e commit c501778

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.2",
3+
"version": "1.0.3",
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, 2].join('.')
2+
VERSION = [1, 0, 3].join('.')
33
end

0 commit comments

Comments
 (0)