Skip to content

Commit 731bfdb

Browse files
committed
Bump to v0.2.0
1 parent d8d613f commit 731bfdb

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: monads
2-
version: 1.0.0
2+
version: 0.2.0
33

44
authors:
55
- Alexandre Lairan <lairana@free.fr>

src/monads.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module Monads
88
# - Update Readme
99
# - Try monad
1010
# - Task monad
11-
VERSION = "0.1.0"
11+
VERSION = "0.2.0"
1212
end

0 commit comments

Comments
 (0)