Skip to content

Commit

Permalink
Update Formula and PodSpec to 5.1.2 (#195)
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 Jan 14, 2024
1 parent 301f090 commit d6e6353
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
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.1.0.tar.gz"
sha256 "5a79218ffe569e2eb92cad9b41a9382f0dce809c52e8b0343aa071d38ce29744"
url "https://github.com/maticzav/swift-graphql/archive/5.1.2.tar.gz"
sha256 "a3b7af209356dc1362b807fd9a4f33dde47c2b815e034e6c7016f19968e8d33e"

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

Expand Down
2 changes: 1 addition & 1 deletion SwiftGraphQL.podspec
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.1.0'
spec.version = '5.1.2'
spec.source = {
:git => 'https://github.com/maticzav/swift-graphql.git',
:tag => spec.version.to_s
Expand Down

0 comments on commit d6e6353

Please sign in to comment.