Skip to content

Commit

Permalink
Bump to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxeli committed Dec 16, 2020
1 parent 0cac8ae commit 5953393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: marmot
version: 0.2.0
version: 0.2.1

authors:
- Alexandre Morignot <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/marmot.cr
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require "log"
# is called again.
# To cancel all the tasks there is `Marmot.cancel_all_tasks`.
module Marmot
VERSION = "0.2.0"
VERSION = "0.2.1"

alias Callback = Proc(Task, Nil)

Expand Down

0 comments on commit 5953393

Please sign in to comment.