Skip to content

Commit

Permalink
Update CHANGELOG.md & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Aug 27, 2024
1 parent ae220e3 commit 19de6c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## v0.15.2

- Replaced `\n` with `File.separator` in output files.

## v0.15.1

- Fixed modpack `@var@` replacements not working.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "teksturepako.pakku"
version = "0.15.1"
version = "0.15.2"

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.14.3"
const val VERSION = "0.15.2"

0 comments on commit 19de6c0

Please sign in to comment.