From 5e5ba240c06abe10a64a29fc54ae9e2e1e21c77e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 23:06:01 +0200 Subject: [PATCH] Bump Podspec and Brew formula (#147) Co-authored-by: maticzav --- Formula/SwiftGraphQL.rb | 4 ++-- SwiftGraphQL.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/SwiftGraphQL.rb b/Formula/SwiftGraphQL.rb index a821c31..047e57f 100644 --- a/Formula/SwiftGraphQL.rb +++ b/Formula/SwiftGraphQL.rb @@ -3,8 +3,8 @@ class Swiftgraphql < Formula homepage "https://swift-graphql.org" license "MIT" - url "https://github.com/maticzav/swift-graphql/archive/5.0.5.tar.gz" - sha256 "383a03e0789cc95d88a4c45fc4d4827ab2154138bd8c5a0dcc55fae22719ca6b" + url "https://github.com/maticzav/swift-graphql/archive/5.0.6.tar.gz" + sha256 "45696cc1c5c23de04a212e316de6d5e2c6fcc9a8f34bdc73f050385e6577af7c" head "https://github.com/maticzav/swift-graphql.git" diff --git a/SwiftGraphQL.podspec b/SwiftGraphQL.podspec index fac84e1..16eda15 100644 --- a/SwiftGraphQL.podspec +++ b/SwiftGraphQL.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.summary = 'GraphQL query generator and client for Swift' spec.license = { :type => 'MIT' } - spec.version = '5.0.5' + spec.version = '5.0.6' spec.source = { :git => 'https://github.com/maticzav/swift-graphql.git', :tag => spec.version.to_s