Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1412621 committed May 31, 2024
1 parent ee4d14b commit d3a503c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.0 - 2024-05-31

- rewrote paging with jetpack paging 3;
- db schema changes.

## 0.2.2 - 2024-05-12

List UI tweak
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId = "me.nanova.subspace"
minSdk = 29
targetSdk = 34
versionCode = 9
versionName = "0.2.2"
versionCode = 10
versionName = "0.3.0"
archivesName = "subspace-v${versionName}-${versionCode}"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit d3a503c

Please sign in to comment.