Skip to content

Commit 28a1133

Browse files
committed
chore: bump podspec and crate version
1 parent da30a4f commit 28a1133

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DashSharedCore.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DashSharedCore'
3-
s.version = '0.4.19'
3+
s.version = '0.5.0'
44
s.summary = 'Dash Core SPV written in Rust'
55
s.author = 'Dash'
66
s.description = "C-bindings for Dash Core SPV that can be used in projects for Apple platform"

dash-spv-apple-bindings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dash_spv_apple_bindings"
3-
version = "0.4.19"
3+
version = "0.5.0"
44
description = "C-bindings for using and interoperating with Dash SPV"
55
readme = "README.md"
66
edition = "2021"

dash-spv-coinjoin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dash-spv-coinjoin"
3-
version = "0.1.0"
3+
version = "0.5.0"
44
description = "Library for processing coinjoin messages"
55

66
edition = "2021"

dash-spv-masternode-processor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dash-spv-masternode-processor"
3-
version = "0.4.18"
3+
version = "0.5.0"
44
description = "Library for processing masternodes and quorums (SPV)"
55

66
edition = "2021"

0 commit comments

Comments
 (0)