Skip to content

Commit

Permalink
release: Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Feb 21, 2023
1 parent c739e6d commit ef142f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ modrinth {
gameVersions.set(versions)
loaders.set(listOf("paper"))
changelog.set(releaseNotes)
token.set(providers.environmentVariable("MODRINTH_TOKEN"))
}

fun lastCommitHash(): String = indraGit.commit()?.name?.substring(0, 7)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=xyz.jpenilla
version=0.1.1-SNAPSHOT
version=0.2.0

0 comments on commit ef142f0

Please sign in to comment.