Skip to content

Commit

Permalink
release 16.9.3 (#2589)
Browse files Browse the repository at this point in the history
Co-authored-by: Ognjen Ristanovic <ognjen.ristanovic@airship.com>
  • Loading branch information
oristanovic and Ognjen Ristanovic authored Sep 2, 2022
1 parent 457bc40 commit 12aa2eb
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Airship.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="16.9.2"
AIRSHIP_VERSION="16.9.3"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Airship/AirshipConfig.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//* Copyright Airship and Contributors */

CURRENT_PROJECT_VERSION = 16.9.2
CURRENT_PROJECT_VERSION = 16.9.3

// Uncomment to include the preview build warning
// OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=1
2 changes: 1 addition & 1 deletion Airship/AirshipCore/Source/AirshipVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Foundation;

@objc(UAirshipVersion)
public class AirshipVersion : NSObject {
public static let version = "16.9.2"
public static let version = "16.9.3"

@objc
public class func get() -> String {
Expand Down
2 changes: 1 addition & 1 deletion AirshipContentExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="16.9.2"
AIRSHIP_VERSION="16.9.3"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion AirshipDebug.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="16.9.2"
AIRSHIP_VERSION="16.9.3"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion AirshipExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="16.9.2"
AIRSHIP_VERSION="16.9.3"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion AirshipServiceExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="16.9.2"
AIRSHIP_VERSION="16.9.3"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

[Migration Guides](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration)

## Version 16.9.3 September 2, 2022

Patch release that fixes an IAA banner issue and renames an internal `JSON` enum to avoid conflicts.

## Version 16.9.2 August 15, 2022

Patch release that prevents Carthage from building internal targets and adds prebuild Carthage xcframeworks to the release. Apps using Carthage experiencing long builds should update.
Expand Down

0 comments on commit 12aa2eb

Please sign in to comment.