Skip to content

Commit 5e5ba24

Browse files
Bump Podspec and Brew formula (#147)
Co-authored-by: maticzav <maticzav@users.noreply.github.com>
1 parent 7aab0f1 commit 5e5ba24

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.0.5.tar.gz"
7-
sha256 "383a03e0789cc95d88a4c45fc4d4827ab2154138bd8c5a0dcc55fae22719ca6b"
6+
url "https://github.com/maticzav/swift-graphql/archive/5.0.6.tar.gz"
7+
sha256 "45696cc1c5c23de04a212e316de6d5e2c6fcc9a8f34bdc73f050385e6577af7c"
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.0.5'
8+
spec.version = '5.0.6'
99
spec.source = {
1010
:git => 'https://github.com/maticzav/swift-graphql.git',
1111
:tag => spec.version.to_s

0 commit comments

Comments
 (0)