Skip to content

Commit

Permalink
Update version to 1.3.0 (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Oct 18, 2024
1 parent 3481991 commit 8fb4270
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.3.0] - 2024-10-18

### Added

Expand Down Expand Up @@ -119,7 +119,9 @@
attributes
- CIS-2 tokens with corrupted or missing metadata can no longer be added

[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.2.0...HEAD
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.3.0...HEAD

[1.3.0]: https://github.com/Concordium/cryptox-android/compare/1.2.0...1.3.0

[1.2.0]: https://github.com/Concordium/cryptox-android/compare/1.1.1...1.2.0

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
def versionMajor = 1
def versionMinor = 3
def versionPatch = 0
def versionMeta = "-qa.12"
def versionCodeIncremental = 1405
def versionMeta = ""
def versionCodeIncremental = 1406

compileSdkVersion 34

Expand Down

0 comments on commit 8fb4270

Please sign in to comment.