From d57e52ed1ef83cbfe9065aa8c9fb072452bf1494 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky Date: Sun, 26 May 2024 12:14:48 +0300 Subject: [PATCH] Update version to 1.3.0(6) --- CHANGELOG.md | 5 +++-- app/build.gradle | 4 ++-- app/src/main/assets/open_source_licenses.html | 2 +- fastlane/metadata/android/en-US/changelogs/6.txt | 4 ++++ 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/6.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 552c639..99672e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [1.3.0] - 2024-05-26 ### Added - Ability to edit quick amounts by long press @@ -40,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Username loading errors made more specific -[Unreleased]: https://github.com/Radiokot/ln-addr-to-invoice/compare/1.2.1(5)...HEAD +[Unreleased]: https://github.com/Radiokot/ln-addr-to-invoice/compare/1.3.0(6)...HEAD +[1.3.0]: https://github.com/Radiokot/ln-addr-to-invoice/compare/1.2.1(5)...1.3.0(6) [1.2.1]: https://github.com/Radiokot/ln-addr-to-invoice/compare/1.2.0(4)...1.2.1(5) [1.2.0]: https://github.com/Radiokot/ln-addr-to-invoice/compare/1.1.1(3)...1.2.0(4) [1.1.1]: https://github.com/Radiokot/ln-addr-to-invoice/compare/1.1.0(2)...1.1.1(3) diff --git a/app/build.gradle b/app/build.gradle index 01662a7..db628cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "ua.com.radiokot.lnaddr2invoice" minSdk 21 targetSdk 34 - versionCode 5 - versionName "1.2.1" + versionCode 6 + versionName "1.3.0" resConfigs "en" diff --git a/app/src/main/assets/open_source_licenses.html b/app/src/main/assets/open_source_licenses.html index dad0562..5b55c5b 100644 --- a/app/src/main/assets/open_source_licenses.html +++ b/app/src/main/assets/open_source_licenses.html @@ -1,6 +1,6 @@ - + Open source licenses diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 0000000..ae70a77 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,4 @@ +Added: +- Ability to edit quick amounts by long press +- Ability to see the list of used open-source software +- Ability to see the source code of the app