We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d613f commit 731bfdbCopy full SHA for 731bfdb
shard.yml
@@ -1,5 +1,5 @@
1
name: monads
2
-version: 1.0.0
+version: 0.2.0
3
4
authors:
5
- Alexandre Lairan <lairana@free.fr>
src/monads.cr
@@ -8,5 +8,5 @@ module Monads
8
# - Update Readme
9
# - Try monad
10
# - Task monad
11
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
12
end
0 commit comments