Skip to content

Commit 8604c33

Browse files
committed
Bump to v0.2.0
1 parent 45550bb commit 8604c33

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: marmot
2-
version: 0.1.1
2+
version: 0.2.0
33

44
authors:
55
- Alexandre Morignot <erdnaxeli@cervoi.se>

src/marmot.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Marmot is a scheduler, use it to schedule tasks.
22
module Marmot
3-
VERSION = "0.1.1"
3+
VERSION = "0.2.0"
44

55
alias Callback = Proc(Task, Nil)
66

0 commit comments

Comments
 (0)