Skip to content

Commit

Permalink
Bump Podspec and Brew formula (#132)
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 25, 2023
1 parent 2b6facf commit 4f6de58
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.0.tar.gz"
sha256 "e45ee788afb13116174e31270f145d8fdde1361eef07ebd09e047adb08c05406"
url "https://github.com/maticzav/swift-graphql/archive/5.0.1.tar.gz"
sha256 "528007000644f3e69990e14e784951a25928c7cca686661f7bb8edbec7603766"

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

1 comment on commit 4f6de58

@vercel
Copy link

@vercel vercel bot commented on 4f6de58 May 25, 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.