Skip to content

Commit

Permalink
release: Version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Aug 2, 2023
1 parent 0768ca6 commit 23a3235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("com.modrinth.minotaur") version "2.7.5"
}

version = "1.1.6-SNAPSHOT"
version = "1.1.6"
group = "xyz.jpenilla"
description = "Server-side Fabric mod enhancing the console with tab completions, colored log output, command syntax highlighting, command history, and more."

Expand Down Expand Up @@ -74,4 +74,5 @@ modrinth {
file.set(tasks.remapJar.flatMap { it.archiveFile })
changelog.set(providers.environmentVariable("RELEASE_NOTES"))
token.set(providers.environmentVariable("MODRINTH_TOKEN"))
required.project("fabric-api")
}

0 comments on commit 23a3235

Please sign in to comment.