Bump version
This commit is contained in:
parent
4f5d5afc4f
commit
fd25ef539f
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.10.4.2] - 2022-03-17
|
||||||
|
### Fixed
|
||||||
|
- Crash in json output when receiving message from untrusted identity
|
||||||
|
- Fix multi account commands for newly created accounts
|
||||||
|
|
||||||
## [0.10.4.1] - 2022-03-02
|
## [0.10.4.1] - 2022-03-02
|
||||||
### Fixed
|
### Fixed
|
||||||
- Linking to current apps (which currently don't include a PNI identity yet)
|
- Linking to current apps (which currently don't include a PNI identity yet)
|
||||||
|
@ -6,7 +6,7 @@ plugins {
|
|||||||
id("org.graalvm.buildtools.native") version "0.9.10"
|
id("org.graalvm.buildtools.native") version "0.9.10"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.10.4.1"
|
version = "0.10.4.2"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
Loading…
x
Reference in New Issue
Block a user