Skip to content

Commit 08a1313

Browse files
committed
bindings: bump 0.12.4 -> 0.12.5
1 parent 18b01bf commit 08a1313

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lwk_bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lwk_bindings"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
edition = "2021"
55
description = "Liquid Wallet Kit - Bindings for other languages"
66
license = "MIT OR BSD-2-Clause"

lwk_bindings/android_bindings/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ kotlinx.atomicfu.enableNativeIrTransformation=true
2727

2828
kotlin.mpp.enableCInteropCommonization=true
2929

30-
libraryVersion=0.12.4
30+
libraryVersion=0.12.5

lwk_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lwk"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
description = "Liquid Wallet Kit"
55
keywords = ["liquid", "elements", "wallet"]
66
readme = "README-wheel.md"

0 commit comments

Comments
 (0)