Skip to content

Commit

Permalink
Bump Podspec and Brew formula (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: shaps80 <shaps80@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and shaps80 committed Oct 18, 2023
1 parent fd54087 commit ab840d9
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.7.tar.gz"
sha256 "a4a44954c2edc67385b6dbeaf24787520705e8bf39d6d7ed9553ce003e72610b"
url "https://github.com/maticzav/swift-graphql/archive/5.0.8.tar.gz"
sha256 "cd8fd80bd962b586a695fa72b4f91931c0e0566e262d33721ac34880432c544c"

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

0 comments on commit ab840d9

Please sign in to comment.