Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Mar 18, 2024
1 parent e815098 commit 8209afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "teksturepako.pakku"
version = "0.2.1"
version = "0.3.0"

val nativeEnabled = false

Expand Down
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/teksturepako/pakku/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package teksturepako.pakku

const val VERSION = "0.2.1"
const val VERSION = "0.3.0"

0 comments on commit 8209afa

Please sign in to comment.