Skip to content

Commit

Permalink
Merge pull request #8 from ByteExceptionM/develop
Browse files Browse the repository at this point in the history
chore: Bump version
  • Loading branch information
ByteExceptionM authored Aug 9, 2024
2 parents fd2689b + f23d9b6 commit 154b49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "io.masel"
version = "2.0.0"
version = "2.1.0"

labyMod {
defaultPackageName = "io.masel.nbtviewer"
Expand All @@ -16,7 +16,7 @@ labyMod {
description =
"LabyMod addon to view item nbt data in minecraft. Enable Advanced Tooltips (F3+H), hover over an item and press SHIFT. Magic starts..."
minecraftVersion = "1.17.1<1.21.1"
version = System.getenv().getOrDefault("VERSION", "2.0.0")
version = System.getenv().getOrDefault("VERSION", "2.1.0")
}

minecraft {
Expand Down

0 comments on commit 154b49f

Please sign in to comment.