Skip to content

Commit

Permalink
Bump Podspec and Brew formula (#147)
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 Jul 10, 2023
1 parent 7aab0f1 commit 5e5ba24
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/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"

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 = '5.0.5'
spec.version = '5.0.6'
spec.source = {
:git => 'https://github.com/maticzav/swift-graphql.git',
:tag => spec.version.to_s
Expand Down

1 comment on commit 5e5ba24

@vercel
Copy link

@vercel vercel bot commented on 5e5ba24 Jul 10, 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.