Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Dec 7, 2021
1 parent 162535c commit 502915c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "org.jetbrains.kotlin.jvm" version "1.5.31"
}

version = "1.0.3"
version = "1.0.4"
group = "tech.thatgravyboat"
archivesBaseName = "RewardClaim"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import tech.thatgravyboat.rewardclaim.ui.RewardClaimGui
@Mod(
name = "RewardClaim",
modid = "gravyrewardclaim",
version = "1.0.0",
version = "1.0.4",
modLanguageAdapter = "gg.essential.api.utils.KotlinAdapter"
)
object RewardClaim {
Expand Down

0 comments on commit 502915c

Please sign in to comment.