Skip to content

Commit c657bc5

Browse files
authored
Bump versions for next release (#22)
1 parent 0b8b33d commit c657bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lucky_task
2-
version: 0.1.1
2+
version: 0.2.0
33

44
authors:
55
- matthewmcgarvey <matthewmcgarvey14@gmail.com>

src/lucky_task.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ require "./lucky_task/text_helpers"
33
require "./lucky_task/*"
44

55
module LuckyTask
6-
VERSION = "0.1.1"
6+
VERSION = "0.2.0"
77
end

0 commit comments

Comments
 (0)