From 5f1fe9253071aeb845fa1cc40a338f32c6e34a66 Mon Sep 17 00:00:00 2001 From: Shun Usami Date: Sun, 29 Sep 2019 19:29:31 +0900 Subject: [PATCH] :rocket: Update posepc version to 1.1.0 --- BitcoinKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BitcoinKit.podspec b/BitcoinKit.podspec index 0601a07e..ac39d03f 100644 --- a/BitcoinKit.podspec +++ b/BitcoinKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'BitcoinKit' - spec.version = '1.1.0-beta5' + spec.version = '1.1.0' spec.summary = 'Bitcoin(BCH/BTC) protocol toolkit for Swift' spec.description = <<-DESC The BitcoinKit library is a Swift implementation of the Bitcoin(BCH/BTC) protocol. This library was originally made by Katsumi Kishikawa, and now is maintained by Yenom Inc. It allows maintaining a wallet and sending/receiving transactions without needing a full blockchain node. It comes with a simple wallet app showing how to use it.