Skip to content

Commit

Permalink
Update version to 8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Dec 2, 2020
1 parent c3de1cc commit d31c70e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@ 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
- name: Dependencies
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
2 changes: 1 addition & 1 deletion mParticle-Appboy.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d31c70e

Please sign in to comment.