Bump version to 0.13.0

This commit is contained in:
AsamK 2024-02-18 21:46:33 +01:00
parent cd88e896fa
commit 7821815429
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [0.13.0] - 2024-02-18
**Attention**: Now requires Java 21 and libsignal-client version 0.39.2 **Attention**: Now requires Java 21 and libsignal-client version 0.39.2
### Breaking changes ### Breaking changes

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.10.0" id("org.graalvm.buildtools.native") version "0.10.0"
} }
version = "0.12.9-SNAPSHOT" version = "0.13.0"
java { java {
sourceCompatibility = JavaVersion.VERSION_21 sourceCompatibility = JavaVersion.VERSION_21