Skip to content

Commit

Permalink
Release/3.2.0 (#16)
Browse files Browse the repository at this point in the history
* chore: bump Airship version -> 17.3.1, Gimbal version -> 2.94.0

---------

Co-authored-by: Andrew Tran <[email protected]>
  • Loading branch information
1 parent 469df81 commit a6f9c58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a ChangeLog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[3.2.0] April 9, 2024
===============================
# Changed:
- GimbalXCFramework version 2.93.1 -> 2.94.0
- Airship version 17.2.2 -> 17.7.3

[3.1.0] November 1, 2023
===============================
# Added:
Expand Down
6 changes: 3 additions & 3 deletions GimbalAirshipAdapter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Pod::Spec.new do |s|
s.version = "3.1.0"
s.version = "3.2.0"
s.name = "GimbalAirshipAdapter"
s.summary = "An adapter for integrating Gimbal place events with Airship."
s.documentation_url = "https://github.com/gimbalinc/airship-adapter-ios"
Expand All @@ -12,8 +12,8 @@ Pod::Spec.new do |s|
s.swift_version = "5.0"
s.source_files = "Pod/Classes/*"
s.requires_arc = true
s.dependency "GimbalXCFramework", "~> 2.93.1"
s.dependency "Airship", "~> 17.3.1"
s.dependency "GimbalXCFramework", "~> 2.94.0"
s.dependency "Airship", "~> 17.7.3"
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386'
}
Expand Down

0 comments on commit a6f9c58

Please sign in to comment.