Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Jan 19, 2020
1 parent 4920860 commit ed33e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ targetCompatibility = 1.8

group = "io.github.lxgaming"
archivesBaseName = "MixinBootstrap"
version = "1.0.0"
version = "1.0.1"

configurations {
provided {
Expand Down Expand Up @@ -65,7 +65,7 @@ jar {

processResources {
from("LICENSE")
rename("LICENSE", "LICENSE-" + archivesBaseName)
rename("LICENSE", "LICENSE-${archivesBaseName}")
}

task signJar {
Expand Down

0 comments on commit ed33e3b

Please sign in to comment.