File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 1.0.2 - 2024-11-20
9
+
10
+ - Fix crash in CommentsScreen due to incorrect timestamp
11
+ parsing. [ #214 ] ( https://github.com/EmergeTools/hackernews/pull/214 ) Thanks @thesohelshaikh !
12
+ - Reaper RC03. [ #204 ] ( https://github.com/EmergeTools/hackernews/pull/204 ) .
13
+
8
14
## 1.0.1 - 2024-09-06
9
15
10
16
- Fix ISO date time parsing. [ #136 ] ( https://github.com/EmergeTools/hackernews/pull/136 ) . Thanks
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android {
19
19
applicationId = " com.emergetools.hackernews"
20
20
minSdk = 30
21
21
targetSdk = 34
22
- versionCode = 10
23
- versionName = " 1.0.1 "
22
+ versionCode = 11
23
+ versionName = " 1.0.2 "
24
24
25
25
manifestPlaceholders[" emerge.distribution.apiKey" ] = " "
26
26
You can’t perform that action at this time.
0 commit comments