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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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+
814## 1.0.1 - 2024-09-06
915
1016- 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 {
1919 applicationId = " com.emergetools.hackernews"
2020 minSdk = 30
2121 targetSdk = 34
22- versionCode = 10
23- versionName = " 1.0.1 "
22+ versionCode = 11
23+ versionName = " 1.0.2 "
2424
2525 manifestPlaceholders[" emerge.distribution.apiKey" ] = " "
2626
You can’t perform that action at this time.
0 commit comments