diff --git a/shard.yml b/shard.yml index c094720..0978cfc 100644 --- a/shard.yml +++ b/shard.yml @@ -1,6 +1,6 @@ --- name: sodium -version: 1.0.1 +version: 1.1.0 authors: - Andrew Hamon - Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com> diff --git a/src/sodium/version.cr b/src/sodium/version.cr index 02e8123..f0bb309 100644 --- a/src/sodium/version.cr +++ b/src/sodium/version.cr @@ -1,3 +1,3 @@ module Sodium - VERSION = "1.0.1" + VERSION = "1.1.0" end