Skip to content

Commit 5465291

Browse files
committed
Update CHANGELOG.md
1 parent 4d02c7e commit 5465291

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 5.0.1 *(15/07/2025)*
4+
5+
- Fix Android target configuration (#46)
6+
37
## Version 5.0.0 *(15/07/2025)*
48

59
- Migrate to Kotlin Multiplatform (#45)

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
val versionMajor = 5 // API Changes, adding big new feature, redesign the App
1212
val versionMinor = 0 // New features in a backwards-compatible manner
13-
val versionPatch = 0 // Backwards-compatible bug fixes
13+
val versionPatch = 1 // Backwards-compatible bug fixes
1414
val versionClassifier: String? = null // Pre-releases (alpha, beta, rc, SNAPSHOT...)
1515

1616
kotlin {

0 commit comments

Comments
 (0)