diff --git a/shard.yml b/shard.yml index 246ae1d..f083348 100644 --- a/shard.yml +++ b/shard.yml @@ -1,20 +1,20 @@ name: authentic -version: 0.9.0 +version: 1.0.0 authors: - Paul Smith -crystal: ">= 1.4.0" +crystal: ">= 1.6.0" license: MIT dependencies: lucky: github: luckyframework/lucky - version: ">= 1.0.0-rc1" + version: ">= 1.0.0" avram: github: luckyframework/avram - version: ">= 1.0.0-rc1" + version: ">= 1.0.0" habitat: github: luckyframework/habitat version: ~> 0.4.7 diff --git a/src/authentic/version.cr b/src/authentic/version.cr index ef5d226..ebf25e5 100644 --- a/src/authentic/version.cr +++ b/src/authentic/version.cr @@ -1,3 +1,3 @@ module Authentic - VERSION = "0.9.0" + VERSION = "1.0.0" end