Skip to content

Commit f08fd90

Browse files
committed
Bump version to 3.8.4
1 parent 55501a0 commit f08fd90

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object AppInfo {
1919

2020
private const val VERSION_MAJOR = 3
2121
private const val VERSION_MINOR = 8
22-
private const val VERSION_PATCH = 3
22+
private const val VERSION_PATCH = 4
2323
private const val VERSION_BUILD = 0
2424

2525
val versionCode: Int = (VERSION_MAJOR * 1_000_000 + VERSION_MINOR * 10_000 + VERSION_PATCH * 100 + VERSION_BUILD)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This version brings the following updates:
2+
3+
* Fix the edit screen not scrolling when sharing a link to the app
4+
5+
Feedback and suggestions are always welcome, thank you for using the app!

0 commit comments

Comments
 (0)