Skip to content

Commit 8405c04

Browse files
authored
bump versions for next release (#26)
1 parent 1acdb48 commit 8405c04

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.2.0
2+
version: 0.3.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.2.0"
6+
VERSION = "0.3.0"
77
end

0 commit comments

Comments
 (0)