Skip to content

Commit

Permalink
Update version to 1.2.0(4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jul 8, 2023
1 parent e1e2eb5 commit 25cb8ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 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.2.0] - 2023-07-08

### Added
- Ability to copy the invoice to clipboard when paying
Expand All @@ -25,6 +25,7 @@ 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.1.1(3)...HEAD
[1.1.0]: https://github.com/Radiokot/ln-addr-to-invoice/compare/1.0.0(1)...1.1.0(2)
[Unreleased]: https://github.com/Radiokot/ln-addr-to-invoice/compare/1.2.0(4)...HEAD
[1.1.1]: 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)
[1.1.0]: https://github.com/Radiokot/ln-addr-to-invoice/compare/1.0.0(1)...1.1.0(2)
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "ua.com.radiokot.lnaddr2invoice"
minSdk 21
targetSdk 33
versionCode 3
versionName "1.1.1"
versionCode 4
versionName "1.2.0"

resConfigs "en"

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added:
- Ability to copy the invoice to clipboard when paying

0 comments on commit 25cb8ad

Please sign in to comment.