Skip to content

Commit

Permalink
Bump Podspec and Brew formula (#114)
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 Feb 26, 2023
1 parent d5d74fa commit a8a768f
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.0.4.tar.gz"
sha256 "8a3cd5a630d446e52bad30a46bc1f741b964af1514beee804a1aa250a47cca3c"
url "https://github.com/maticzav/swift-graphql/archive/4.1.0.tar.gz"
sha256 "b52ec2536d9bc2f9835ab1d46f65f21bac88fc2a950531f503355e2cb450b920"

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

1 comment on commit a8a768f

@vercel
Copy link

@vercel vercel bot commented on a8a768f Feb 26, 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.