Skip to content

Commit

Permalink
Update version to 1.3.0(6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed May 26, 2024
1 parent 9eac05c commit d57e52e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/open_source_licenses.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<style>body { font-size: 75%; font-size: 75%; font-size: 75%; font-family: sans-serif } pre { background-color: #eeeeee; padding: 1em; white-space: pre-wrap; display: inline-block }</style>
<style>body { font-size: 75%; font-size: 75%; font-size: 75%; font-size: 75%; font-size: 75%; font-size: 75%; font-family: sans-serif } pre { background-color: #eeeeee; padding: 1em; white-space: pre-wrap; display: inline-block }</style>
<title>Open source licenses</title>
</head>
<body>
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d57e52e

Please sign in to comment.