diff --git a/shard.yml b/shard.yml index 41eb0f8..29cc326 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: thunderstore_client -version: 1.0.2 +version: 1.0.3 authors: - Xavi Ablaza diff --git a/src/thunderstore_client.cr b/src/thunderstore_client.cr index 075a04d..b439951 100644 --- a/src/thunderstore_client.cr +++ b/src/thunderstore_client.cr @@ -3,7 +3,7 @@ require "http/client" # Specifies information related to this shard, like the `ThunderstoreClient::VERSION` class ThunderstoreClient - VERSION = "1.0.2" + VERSION = "1.0.3" end require "./thunderstore/**"