Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed May 4, 2024
1 parent 76e4376 commit 1ac1eed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import org.gradle.jvm.tasks.Jar
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.plugin.mpp.pm20.util.archivesName
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
import java.io.FileInputStream
import java.io.InputStream
Expand All @@ -17,7 +18,7 @@ plugins {
}

group = "teksturepako.pakku"
version = "0.8.3"
version = "0.8.4"

val nativeEnabled = false

Expand Down Expand Up @@ -238,3 +239,9 @@ publishing {

// Required by the 'shadowJar' task
project.setProperty("mainClassName", "teksturepako.pakku.MainKt")

distributions {
main {
distributionBaseName = "Pakku"
}
}

0 comments on commit 1ac1eed

Please sign in to comment.