Skip to content

Commit 4979f4d

Browse files
committed
chore: bump to 0.4.0 and regenerate bindings
Regenerate the Android, iOS and Python bindings for the new wallet-scoped backup migration APIs and sync the version across Cargo.toml, Package.swift and gradle.properties.
1 parent 462a6cf commit 4979f4d

20 files changed

Lines changed: 1353 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitkitcore"
3-
version = "0.3.9"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[lib]

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import PackageDescription
55

6-
let tag = "v0.3.9"
7-
let checksum = "de49d32f7a6ffc8a8762063d3c4d76e140a84f65c83a96166186b2983e6b0391"
6+
let tag = "v0.4.0"
7+
let checksum = "6faa4a32a14853eaaf1ece7ddb1e042fa46e0515d933b0befae55c77ebf8ca07"
88
let url = "https://github.com/synonymdev/bitkit-core/releases/download/\(tag)/BitkitCore.xcframework.zip"
99

1010
let package = Package(

bindings/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
55
group=com.synonym
6-
version=0.3.9
6+
version=0.4.0
Binary file not shown.
Binary file not shown.
82.3 KB
Binary file not shown.
142 KB
Binary file not shown.

0 commit comments

Comments
 (0)