Skip to content

Commit

Permalink
Release 11.0.2 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: crow <david.crow@airship.com>
crow and crow authored Nov 2, 2024
1 parent 6fd4e7b commit 5e47b71
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion AirshipFrameworkProxy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Pod::Spec.new do |s|
s.version = "11.0.1"
s.version = "11.0.2"
s.name = "AirshipFrameworkProxy"
s.summary = "Airship iOS mobile framework proxy"
s.documentation_url = "https://docs.airship.com/platform/mobile"
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/urbanairship/ios-library.git", from: "18.11.1")
.package(url: "https://github.com/urbanairship/ios-library.git", from: "18.12.0")
],
targets: [
.target(
4 changes: 2 additions & 2 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]

# Airship
airshipProxy = '11.0.1'
airship = '18.3.3'
airshipProxy = '11.0.2'
airship = '18.4.0'

# Gradle plugins
androidGradlePlugin = '8.3.2'
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target 'AirshipFrameworkProxy' do
pod 'Airship', '18.11.1'
pod 'Airship', '18.12.0'
end

target 'AirshipFrameworkProxyTests' do
28 changes: 14 additions & 14 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- Airship (18.11.1):
- Airship/Automation (= 18.11.1)
- Airship/Basement (= 18.11.1)
- Airship/Core (= 18.11.1)
- Airship/FeatureFlags (= 18.11.1)
- Airship/MessageCenter (= 18.11.1)
- Airship/PreferenceCenter (= 18.11.1)
- Airship/Automation (18.11.1):
- Airship (18.12.0):
- Airship/Automation (= 18.12.0)
- Airship/Basement (= 18.12.0)
- Airship/Core (= 18.12.0)
- Airship/FeatureFlags (= 18.12.0)
- Airship/MessageCenter (= 18.12.0)
- Airship/PreferenceCenter (= 18.12.0)
- Airship/Automation (18.12.0):
- Airship/Core
- Airship/Basement (18.11.1)
- Airship/Core (18.11.1):
- Airship/Basement (18.12.0)
- Airship/Core (18.12.0):
- Airship/Basement
- Airship/FeatureFlags (18.11.1):
- Airship/FeatureFlags (18.12.0):
- Airship/Core
- Airship/MessageCenter (18.11.1):
- Airship/MessageCenter (18.12.0):
- Airship/Core
- Airship/PreferenceCenter (18.11.1):
- Airship/PreferenceCenter (18.12.0):
- Airship/Core

DEPENDENCIES:
- Airship (= 18.11.1)
- Airship (= 18.12.0)

SPEC REPOS:
trunk:

0 comments on commit 5e47b71

Please sign in to comment.