Skip to content

Commit d668565

Browse files
committed
cut 4.4.1
1 parent 5ac1167 commit d668565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TezosKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TezosKit"
3-
s.version = "4.4.0"
3+
s.version = "4.4.1"
44
s.summary = "TezosKit provides a Swift based toolchain for interacting with the Tezos blockchain"
55
s.description = <<-DESC
66
TezosKit provides utilities for interacting with the Tezos Blockchain over an RPC API.
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.homepage = "https://github.com/keefertaylor/TezosKit"
1010
s.license = { :type => "MIT", :file => "LICENSE" }
1111
s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" }
12-
s.source = { :git => "https://github.com/keefertaylor/TezosKit.git", :tag => "4.4.0" }
12+
s.source = { :git => "https://github.com/keefertaylor/TezosKit.git", :tag => "4.4.1" }
1313
s.source_files = "TezosKit/**/*.swift"
1414
s.swift_version = "4.2"
1515
s.ios.deployment_target = "10.0"

0 commit comments

Comments
 (0)