Skip to content

Commit 383aea0

Browse files
committed
v2.0.2
1 parent d2dff63 commit 383aea0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v2.0.2
2+
- Fix crash when opening app from a notification (#223)
3+
- Fix Fever API synchronization error (#228)
4+
15
# v2.0.1
26

37
- Make Timeline tab filters persistent (#138)

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
applicationId = "com.readrops.app"
1414

15-
versionCode = 18
16-
versionName = "2.0.1"
15+
versionCode = 19
16+
versionName = "2.0.2"
1717
}
1818

1919
buildTypes {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Fix crash when opening app from a notification (#223)
2+
* Fix Fever API synchronization error (#228)

0 commit comments

Comments
 (0)