From 4609d2c9a5874f51c8df9f2e0128289985a2eab2 Mon Sep 17 00:00:00 2001 From: Xavi Ablaza Date: Mon, 12 Feb 2024 09:47:10 -0600 Subject: [PATCH] Bump version to 1.0.3 --- shard.yml | 2 +- src/thunderstore_client.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/**"