Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed May 25, 2019
1 parent b829c58 commit 1fa4c73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/Core/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.5</string>
<string>0.1.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 0 additions & 2 deletions Sources/Ethereum/Core/EthereumKeychainMessages.swift
Expand Up @@ -28,8 +28,6 @@ import BigInt
@_exported import Ethereum




public protocol EthereumRequestMessageProtocol: KeychainRequestMessageProtocol {
var networkId: UInt64 { get }
}
Expand Down
4 changes: 3 additions & 1 deletion Tesseract.OpenWallet.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Tesseract.OpenWallet'
s.version = '0.1.5'
s.version = '0.1.6'
s.summary = 'Tesseract Open Wallet Protocol implementation for Swift'

s.description = <<-DESC
Expand All @@ -16,6 +16,8 @@ Tesseract Plaftorm Open Wallet Protocol implementation for Swift

s.ios.deployment_target = '10.0'

s.swift_versions = ['5.0']

s.module_name = 'OpenWallet'

s.subspec 'Core' do |ss|
Expand Down

0 comments on commit 1fa4c73

Please sign in to comment.