We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556ed3d commit 45188b0Copy full SHA for 45188b0
shard.yml
@@ -1,5 +1,5 @@
1
name: avram
2
-version: 1.1.1
+version: 1.2.0
3
4
crystal: ">= 1.10.0"
5
@@ -42,7 +42,7 @@ dependencies:
42
branch: master
43
lucky_template:
44
github: luckyframework/lucky_template
45
- version: ~> 0.1.0
+ version: ~> 0.2.0
46
47
development_dependencies:
48
ameba:
src/avram/version.cr
@@ -1,3 +1,3 @@
module Avram
- VERSION = "1.1.1"
+ VERSION = "1.2.0"
end
0 commit comments