Skip to content

Commit 1759fe4

Browse files
authored
Prepare for Hacker News release 1.0.1 (#138)
1 parent 5460482 commit 1759fe4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

android/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Android Hacker News changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 1.0.1 - 2024-09-06
9+
10+
- Fix ISO date time parsing. [#136](https://github.com/EmergeTools/hackernews/pull/136). Thanks
11+
@asos-edgeorge!
12+
13+
## 1.0.0 - 2024-08-28
14+
15+
Initial release!

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "com.emergetools.hackernews"
1919
minSdk = 30
2020
targetSdk = 34
21-
versionCode = 9
22-
versionName = "1.0.0"
21+
versionCode = 10
22+
versionName = "1.0.1"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
vectorDrawables {

0 commit comments

Comments
 (0)