Skip to content

Commit

Permalink
Release 11.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Nov 27, 2024
1 parent ad1e7b7 commit b3e72f4
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions 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.5"
s.version = "11.0.6"
s.name = "AirshipFrameworkProxy"
s.summary = "Airship iOS mobile framework proxy"
s.documentation_url = "https://docs.airship.com/platform/mobile"
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.swift_version = "5.0"
s.source_files = "ios/AirshipFrameworkProxy/**/*.{h,m,swift}"
s.dependency 'Airship', "18.12.1"
s.dependency 'Airship', "18.12.2"
s.source_files = 'ios/AirshipFrameworkProxyLoader/**/*.{swift,h,m,c,cc,mm,cpp}', 'ios/AirshipFrameworkProxy/**/*.{swift,h,m,c,cc,mm,cpp}'
end

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/urbanairship/ios-library.git",
"state" : {
"revision" : "d30c37c9d0f9dd9944ef1284dd9a77eb98b99e2f",
"version" : "18.12.1"
"revision" : "fdca25d25a26c9f979f9e2ec739c7e5f298b77ca",
"version" : "18.12.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/urbanairship/ios-library.git", from: "18.12.1")
.package(url: "https://github.com/urbanairship/ios-library.git", from: "18.12.2")
],
targets: [
.target(
Expand Down
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.5'
airship = '18.4.1'
airshipProxy = '11.0.6'
airship = '18.4.2'

# Gradle plugins
androidGradlePlugin = '8.3.2'
Expand Down
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.12.1'
pod 'Airship', '18.12.2'
end

target 'AirshipFrameworkProxyTests' do
Expand Down
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.12.1):
- Airship/Automation (= 18.12.1)
- Airship/Basement (= 18.12.1)
- Airship/Core (= 18.12.1)
- Airship/FeatureFlags (= 18.12.1)
- Airship/MessageCenter (= 18.12.1)
- Airship/PreferenceCenter (= 18.12.1)
- Airship/Automation (18.12.1):
- Airship (18.12.2):
- Airship/Automation (= 18.12.2)
- Airship/Basement (= 18.12.2)
- Airship/Core (= 18.12.2)
- Airship/FeatureFlags (= 18.12.2)
- Airship/MessageCenter (= 18.12.2)
- Airship/PreferenceCenter (= 18.12.2)
- Airship/Automation (18.12.2):
- Airship/Core
- Airship/Basement (18.12.1)
- Airship/Core (18.12.1):
- Airship/Basement (18.12.2)
- Airship/Core (18.12.2):
- Airship/Basement
- Airship/FeatureFlags (18.12.1):
- Airship/FeatureFlags (18.12.2):
- Airship/Core
- Airship/MessageCenter (18.12.1):
- Airship/MessageCenter (18.12.2):
- Airship/Core
- Airship/PreferenceCenter (18.12.1):
- Airship/PreferenceCenter (18.12.2):
- Airship/Core

DEPENDENCIES:
- Airship (= 18.12.1)
- Airship (= 18.12.2)

SPEC REPOS:
trunk:
Expand Down

0 comments on commit b3e72f4

Please sign in to comment.