Skip to content

Commit e92d053

Browse files
authored
Prepare for Hacker News release 1.0.2 (#237)
1 parent a6cb08f commit e92d053

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

android/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)