From 71e8ef8e2a5973cbe8cea82cfc705c49911bd527 Mon Sep 17 00:00:00 2001 From: crow Date: Tue, 26 Nov 2024 15:38:24 -0800 Subject: [PATCH] Update versions to 18.12.2 --- Airship.podspec | 2 +- Airship/AirshipConfig.xcconfig | 2 +- Airship/AirshipCore/Source/AirshipVersion.swift | 2 +- AirshipContentExtension.podspec | 2 +- AirshipDebug.podspec | 2 +- AirshipServiceExtension.podspec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Airship.podspec b/Airship.podspec index 733a99cfd..966f0c709 100644 --- a/Airship.podspec +++ b/Airship.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.12.1" +AIRSHIP_VERSION="18.12.2" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/Airship/AirshipConfig.xcconfig b/Airship/AirshipConfig.xcconfig index 05101e99b..8b37df8c4 100644 --- a/Airship/AirshipConfig.xcconfig +++ b/Airship/AirshipConfig.xcconfig @@ -1,6 +1,6 @@ //* Copyright Airship and Contributors */ -CURRENT_PROJECT_VERSION = 18.12.1 +CURRENT_PROJECT_VERSION = 18.12.2 // Uncomment to include the preview build warning // OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=1 diff --git a/Airship/AirshipCore/Source/AirshipVersion.swift b/Airship/AirshipCore/Source/AirshipVersion.swift index fc7ded851..e5a673e5f 100644 --- a/Airship/AirshipCore/Source/AirshipVersion.swift +++ b/Airship/AirshipCore/Source/AirshipVersion.swift @@ -3,7 +3,7 @@ import Foundation public struct AirshipVersion { - public static let version = "18.12.1" + public static let version = "18.12.2" public static func get() -> String { return version } diff --git a/AirshipContentExtension.podspec b/AirshipContentExtension.podspec index d2b3a2481..445098f91 100644 --- a/AirshipContentExtension.podspec +++ b/AirshipContentExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.12.1" +AIRSHIP_VERSION="18.12.2" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipDebug.podspec b/AirshipDebug.podspec index 56e18cdd2..de2fa168d 100644 --- a/AirshipDebug.podspec +++ b/AirshipDebug.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.12.1" +AIRSHIP_VERSION="18.12.2" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipServiceExtension.podspec b/AirshipServiceExtension.podspec index 43e990272..cef6dcc64 100644 --- a/AirshipServiceExtension.podspec +++ b/AirshipServiceExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.12.1" +AIRSHIP_VERSION="18.12.2" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION