From cbea2e029b02a7172d8cc6444900961bcc0cb87d Mon Sep 17 00:00:00 2001 From: Alex H <48185123+Vodes@users.noreply.github.com> Date: Sun, 18 Feb 2024 03:56:21 +0100 Subject: [PATCH] chore: Bump to 0.0.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9f79427..237c520 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "moe.styx" -version = "0.0.2" +version = "0.0.3" repositories { google()