Skip to content

Commit

Permalink
Bump version & update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Jul 23, 2024
1 parent 4b891f1 commit 6a96d14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v0.14.0

- Fixed import not recognizing files outside modpack folder.
- Removed `korlibs.io` dependency and added `kotlinx.atomicfu`.
- Unzipping files now uses `okio` under the hood.

## v0.13.1

- Removed unwanted `File not found: '.\.pakku\cli-config.json'` print
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.13.1"
version = "0.14.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.13.1"
const val VERSION = "0.14.0"

0 comments on commit 6a96d14

Please sign in to comment.