From d31c70e15c0a05cfd1097e8b33238a922d37170b Mon Sep 17 00:00:00 2001 From: Brandon Stalnaker Date: Wed, 2 Dec 2020 11:30:37 -0500 Subject: [PATCH] Update version to 8.0.5 --- .github/workflows/actions.yml | 6 ------ mParticle-Appboy.podspec | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a75ede9..a0753b6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -18,10 +18,6 @@ jobs: name: Test # This job runs on macOS runs-on: macOS-latest - strategy: - matrix: - destination: ['platform=iOS Simulator,OS=14.0,name=iPhone 8'] - xcode: ['/Applications/Xcode_12_beta.app/Contents/Developer'] steps: - name: Checkout uses: actions/checkout@v1 @@ -29,7 +25,5 @@ jobs: run: | sudo gem install cocoapods pod repo update - env: - DEVELOPER_DIR: ${{ matrix.xcode }} - name: Build run: pod lib lint --use-libraries --allow-warnings || pod lib lint --allow-warnings diff --git a/mParticle-Appboy.podspec b/mParticle-Appboy.podspec index 00a73cb..d4b965b 100755 --- a/mParticle-Appboy.podspec +++ b/mParticle-Appboy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-Appboy" - s.version = "8.0.4" + s.version = "8.0.5" s.summary = "Appboy integration for mParticle" s.description = <<-DESC