Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Mar 21, 2023
1 parent 05e4c8a commit b2d5340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static def determineVersion(String defaultVersion) {
}

group = "dev.mikchan.mcnp"
version = determineVersion("1.2.0")
version = determineVersion("1.2.1")

def localProperties = new Properties()
def propertiesFile = rootProject.file("local.properties")
Expand Down

0 comments on commit b2d5340

Please sign in to comment.