Skip to content

Commit d9a7b06

Browse files
chore: Merge branch dev to main (#91)
2 parents f7492c7 + 0b39208 commit d9a7b06

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.2-dev.1](https://github.com/MorpheApp/morphe-cli/compare/v1.6.1...v1.6.2-dev.1) (2026-03-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Update to Patcher 1.3.2 ([f4c00bb](https://github.com/MorpheApp/morphe-cli/commit/f4c00bbea80997c816f40f5dcf0a17f771d80b43))
7+
18
## [1.6.1](https://github.com/MorpheApp/morphe-cli/compare/v1.6.0...v1.6.1) (2026-03-22)
29

310

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 1.6.1
4+
version = 1.6.2-dev.1

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin = "2.3.0"
77
# CLI
88
picocli = "4.7.7"
99
arsclib = "9696ffecda"
10-
morphe-patcher = "1.3.1"
10+
morphe-patcher = "1.3.2"
1111
morphe-library = "1.3.0"
1212

1313
# Compose Desktop

0 commit comments

Comments
 (0)