Skip to content

Commit

Permalink
Release 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed May 16, 2024
1 parent 5d839b5 commit f0732d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "6.2.1"
s.version = "6.2.2"
s.name = "AirshipFrameworkProxy"
s.summary = "Airship iOS mobile framework proxy"
s.documentation_url = "https://docs.airship.com/platform/mobile"
Expand All @@ -15,5 +15,5 @@ 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.2.1"
s.dependency 'Airship', "18.2.2"
end
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

# Airship
airshipProxy = '6.2.1'
airshipProxy = '6.2.2'
airship = '17.8.1'

# Gradle plugins
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.2.1'
pod 'Airship', '18.2.2'
end

target 'AirshipFrameworkProxyTests' do
Expand Down

0 comments on commit f0732d3

Please sign in to comment.