Skip to content

Commit

Permalink
🚀 Update posepc version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Sep 29, 2019
1 parent f0710d6 commit 5f1fe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BitcoinKit.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5f1fe92

Please sign in to comment.