Skip to content

Commit c6bf2f4

Browse files
committed
Update version to 1.9.1
1 parent 417705b commit c6bf2f4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.9.1] - 2025-06-04
44

55
### Fixed
66

@@ -232,7 +232,9 @@
232232
attributes
233233
- CIS-2 tokens with corrupted or missing metadata can no longer be added
234234

235-
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.9.0...HEAD
235+
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.9.1...HEAD
236+
237+
[1.9.1]: https://github.com/Concordium/cryptox-android/compare/1.9.0...1.9.1
236238

237239
[1.9.0]: https://github.com/Concordium/cryptox-android/compare/1.8.1...1.9.0
238240

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ android {
2121
// https://semver.org/
2222
def versionMajor = 1
2323
def versionMinor = 9
24-
def versionPatch = 0
24+
def versionPatch = 1
2525
def versionMeta = ""
26-
def versionCodeIncremental = 1448
26+
def versionCodeIncremental = 1450
2727

2828
compileSdkVersion 34
2929

0 commit comments

Comments
 (0)