Skip to content

Commit

Permalink
1.1.0 (#35)
Browse files Browse the repository at this point in the history
* Update framework

* Update fastlane.yml

* Update ViafouraCore.podspec

* Update ViafouraCore.podspec

* Update fastlane.yml

---------

Co-authored-by: CI <[email protected]>
  • Loading branch information
mdesimone-viafoura and CI authored Jun 6, 2024
1 parent dff830b commit cf15f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

build:

if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true && contains(github.event.pull_request.head.ref, "release")
runs-on: macos-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion ViafouraCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ViafouraCore'
s.version = '1.0.10'
s.version = '1.1.0'
s.swift_versions = ['5.0']
s.summary = 'Viafoura SDK'
s.description = 'This SDK allows you to integrate Viafoura tools into your iOS app.'
Expand Down

0 comments on commit cf15f9c

Please sign in to comment.