Skip to content

Commit

Permalink
bump versions for next release. Make sure things work on Crystal 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Nov 30, 2021
1 parent fbbdd31 commit b243069
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
crystal_version:
- 1.0.0
- 1.1.0
- 1.2.0
experimental:
- false
runs-on: ubuntu-latest
Expand All @@ -36,6 +37,7 @@ jobs:
crystal_version:
- 1.0.0
- 1.1.0
- 1.2.0
experimental:
- false
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: authentic
version: 0.8.0
version: 0.8.1

authors:
- Paul Smith <[email protected]>
Expand All @@ -11,15 +11,15 @@ license: MIT
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 0.28.0
version: ~> 0.29.0
avram:
github: luckyframework/avram
version: ~> 0.21.0
version: ~> 0.22.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.7

development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.2
version: ~> 0.14.3
2 changes: 1 addition & 1 deletion src/authentic/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Authentic
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit b243069

Please sign in to comment.