Skip to content

Commit 7b7efe2

Browse files
Update Formula and PodSpec to 5.0.5 (#145)
Co-authored-by: maticzav <maticzav@users.noreply.github.com>
1 parent b457761 commit 7b7efe2

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

0 commit comments

Comments
 (0)