summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorThatGravyBoat <thatgravyboat@gmail.com>2021-10-01 06:01:48 -0230
committerThatGravyBoat <thatgravyboat@gmail.com>2021-10-01 06:01:48 -0230
commitdb67c301c7dda69dda9665ed1194ba9d04fb487d (patch)
tree128b1110f508b1db3dbd4743bcf911600439161c /build.gradle
parent68366924a0d27f938a95accda5618eef970cbcc1 (diff)
downloadRewardClaim-1.0.3.tar.gz
RewardClaim-1.0.3.tar.bz2
RewardClaim-1.0.3.zip
Fixed a bug where if the data wasn't loaded the store link would cause an error.v1.0.3
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0b88a5d..b23f830 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ plugins {
id "org.jetbrains.kotlin.jvm" version "1.5.31"
}
-version = "1.0.2"
+version = "1.0.3"
group = "tech.thatgravyboat"
archivesBaseName = "RewardClaim"