Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
makamys committed Feb 29, 2024
1 parent 3c53088 commit e1ecd6c
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 @@ -40,10 +40,10 @@ subprojects {
}

group = 'org.quiltmc'
version = '2.2.0'
version = '2.2.1'

var ENV = System.getenv()
version = version + (ENV.GITHUB_ACTIONS ? (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "") : "+local")
version = version + "-lmmc" + (ENV.GITHUB_ACTIONS ? (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "") : "+local")

java {
withSourcesJar()
Expand Down

0 comments on commit e1ecd6c

Please sign in to comment.