Skip to content

Commit 91a4ea6

Browse files
committed
Update Changelogs, version code and name
1 parent cf7faf2 commit 91a4ea6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 2.0.3 *(2026-01-10)*
5+
-----------------------------
6+
7+
- Fix auto saving constraints.
8+
- Fix error message when saving link with same title.
9+
- Fix the flow of saving link when it shared from outside the app.
10+
411
Version 2.0.2 *(2026-01-06)*
512
-----------------------------
613

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
minSdk = libs.versions.minSdk.get().toInt()
1818
targetSdk = libs.versions.targetSdk.get().toInt()
1919
multiDexEnabled = true
20-
versionCode = 38
21-
versionName = "2.0.2"
20+
versionCode = 39
21+
versionName = "2.0.3"
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323

2424
ksp {

0 commit comments

Comments
 (0)