Skip to content

Commit

Permalink
Bump Podspec and Brew formula (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: maticzav <maticzav@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and maticzav committed May 2, 2023
1 parent ba1b356 commit 6cef4d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Formula/SwiftGraphQL.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Swiftgraphql < Formula
homepage "https://swift-graphql.org"
license "MIT"

url "https://github.com/maticzav/swift-graphql/archive/4.1.0.tar.gz"
sha256 "b52ec2536d9bc2f9835ab1d46f65f21bac88fc2a950531f503355e2cb450b920"
url "https://github.com/maticzav/swift-graphql/archive/4.1.1.tar.gz"
sha256 "4246ea2f71cebcfe9854744bb3853ad19199a3bab13df23f2015c9291fef6f6e"

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

Expand Down
2 changes: 1 addition & 1 deletion SwiftGraphQL.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0'
spec.version = '4.1.1'
spec.source = {
:git => 'https://github.com/maticzav/swift-graphql.git',
:tag => spec.version.to_s
Expand Down

1 comment on commit 6cef4d1

@vercel
Copy link

@vercel vercel bot commented on 6cef4d1 May 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.