From df36d481f312888b1af448cc60f28eeec3d2e2d7 Mon Sep 17 00:00:00 2001 From: pankcuf Date: Tue, 7 Nov 2023 21:07:30 +0700 Subject: [PATCH] chore: bump up version 0.4.14 --- DashSharedCore.podspec | 2 +- dash-spv-apple-bindings/Cargo.toml | 2 +- dash-spv-masternode-processor/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DashSharedCore.podspec b/DashSharedCore.podspec index b683fb35..696ac3e3 100644 --- a/DashSharedCore.podspec +++ b/DashSharedCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DashSharedCore' - s.version = '0.4.13' + s.version = '0.4.14' s.summary = 'Dash Core SPV written in Rust' s.author = 'Dash' s.description = "C-bindings for Dash Core SPV that can be used in projects for Apple platform" diff --git a/dash-spv-apple-bindings/Cargo.toml b/dash-spv-apple-bindings/Cargo.toml index e1432ef2..d68f34a0 100644 --- a/dash-spv-apple-bindings/Cargo.toml +++ b/dash-spv-apple-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dash_spv_apple_bindings" -version = "0.4.13" +version = "0.4.14" description = "C-bindings for using and interoperating with Dash SPV" readme = "README.md" edition = "2021" diff --git a/dash-spv-masternode-processor/Cargo.toml b/dash-spv-masternode-processor/Cargo.toml index e4899f51..f67a1811 100644 --- a/dash-spv-masternode-processor/Cargo.toml +++ b/dash-spv-masternode-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dash-spv-masternode-processor" -version = "0.4.13" +version = "0.4.14" description = "Library for processing masternodes and quorums (SPV)" edition = "2021"