Skip to content

Commit aa02b89

Browse files
committed
Release version 0.1.4.
1 parent a1bce29 commit aa02b89

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.1.4
2+
3+
- Fixed complete JS breakdown because of illegal `innerHTML` calls in conjunction with
4+
`require-trusted-types-for` Content-Security-Policy.
5+
- Updated dependencies and SDK.
6+
- Fixed `LocalContainer` not adhering to specifications.
7+
- Appeased ktlintcheck.
8+
19
# 0.1.3
210

311
* Replaced app icon with new SIROS logo.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ kotlin.code.style=official
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
2424

25-
wallet.versionCode = 22
26-
wallet.versionName = 0.1.3
25+
wallet.versionCode = 23
26+
wallet.versionName = 0.1.4

0 commit comments

Comments
 (0)