Skip to content

Commit

Permalink
Release 0.23.0 (#833)
Browse files Browse the repository at this point in the history
* bump versions for next release

* ensure all shards are latest versions
  • Loading branch information
jwoertink authored Apr 8, 2022
1 parent fb5e7f5 commit 24674b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: avram
version: 0.22.0
version: 0.23.0

crystal: ">= 1.0.0"

Expand All @@ -15,7 +15,7 @@ authors:
dependencies:
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.1.0
version: ~> 0.1.1
pg:
github: will/crystal-pg
version: ~> 0.26.0
Expand All @@ -27,16 +27,16 @@ dependencies:
version: ~> 0.3.0
dexter:
github: luckyframework/dexter
version: ~> 0.3.3
version: ~> 0.3.4
shell-table:
github: luckyframework/shell-table.cr
version: ~> 0.9.3
pulsar:
github: luckyframework/pulsar
version: ~> 0.2.2
version: ~> 0.2.3
lucky_cache:
github: luckyframework/lucky_cache
version: ~> 0.1.0
version: ~> 0.1.1
cadmium_transliterator:
github: cadmiumcr/transliterator
branch: master
Expand Down
2 changes: 1 addition & 1 deletion src/avram/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Avram
VERSION = "0.22.0"
VERSION = "0.23.0"
end

0 comments on commit 24674b0

Please sign in to comment.