diff --git a/Formula/SwiftGraphQL.rb b/Formula/SwiftGraphQL.rb index 2acedbbb..6dbb2edb 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/4.0.4.tar.gz" - sha256 "8a3cd5a630d446e52bad30a46bc1f741b964af1514beee804a1aa250a47cca3c" + url "https://github.com/maticzav/swift-graphql/archive/4.1.0.tar.gz" + sha256 "b52ec2536d9bc2f9835ab1d46f65f21bac88fc2a950531f503355e2cb450b920" head "https://github.com/maticzav/swift-graphql.git" diff --git a/SwiftGraphQL.podspec b/SwiftGraphQL.podspec index 6de900e6..86225ba2 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 = '4.0.4' + spec.version = '4.1.0' spec.source = { :git => 'https://github.com/maticzav/swift-graphql.git', :tag => spec.version.to_s