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.