Skip to content

Commit 45188b0

Browse files
authored
Release v1.2.0 (#1024)
* bump versions for next release * Using latest lucky_template
1 parent 556ed3d commit 45188b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: avram
2-
version: 1.1.1
2+
version: 1.2.0
33

44
crystal: ">= 1.10.0"
55

@@ -42,7 +42,7 @@ dependencies:
4242
branch: master
4343
lucky_template:
4444
github: luckyframework/lucky_template
45-
version: ~> 0.1.0
45+
version: ~> 0.2.0
4646

4747
development_dependencies:
4848
ameba:

src/avram/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Avram
2-
VERSION = "1.1.1"
2+
VERSION = "1.2.0"
33
end

0 commit comments

Comments
 (0)