Skip to content

Commit d6e6353

Browse files
Update Formula and PodSpec to 5.1.2 (#195)
Co-authored-by: maticzav <maticzav@users.noreply.github.com>
1 parent 301f090 commit d6e6353

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Formula/SwiftGraphQL.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Swiftgraphql < Formula
33
homepage "https://swift-graphql.org"
44
license "MIT"
55

6-
url "https://github.com/maticzav/swift-graphql/archive/5.1.0.tar.gz"
7-
sha256 "5a79218ffe569e2eb92cad9b41a9382f0dce809c52e8b0343aa071d38ce29744"
6+
url "https://github.com/maticzav/swift-graphql/archive/5.1.2.tar.gz"
7+
sha256 "a3b7af209356dc1362b807fd9a4f33dde47c2b815e034e6c7016f19968e8d33e"
88

99
head "https://github.com/maticzav/swift-graphql.git"
1010

SwiftGraphQL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.summary = 'GraphQL query generator and client for Swift'
66
spec.license = { :type => 'MIT' }
77

8-
spec.version = '5.1.0'
8+
spec.version = '5.1.2'
99
spec.source = {
1010
:git => 'https://github.com/maticzav/swift-graphql.git',
1111
:tag => spec.version.to_s

0 commit comments

Comments
 (0)