diff --git a/shard.yml b/shard.yml index 0340fd3..4d69a3f 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: suzuri -version: 1.0.0 +version: 1.0.2 authors: - moe diff --git a/src/suzuri.cr b/src/suzuri.cr index a2f6da2..053b7c7 100644 --- a/src/suzuri.cr +++ b/src/suzuri.cr @@ -3,7 +3,7 @@ require "zstd" require "base64" module Suzuri - VERSION = "1.0.1" + VERSION = "1.0.2" # Encodes a Suzuri token. #