Skip to content

Commit

Permalink
Merge pull request #68 from urbanairship/release-11.0.4
Browse files Browse the repository at this point in the history
Release 11.0.4
crow authored Nov 8, 2024
2 parents 00095c5 + 6b09979 commit c2911c6
Showing 4 changed files with 19 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@ DerivedData
*.ipa
*.xcuserstate
project.xcworkspace

# Cocoapods
Pods/

@@ -57,4 +56,6 @@ yarn-error.log
*.swp
*.iml

.jest/*
.jest/*

.build/
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.3"
s.version = "11.0.4"
s.name = "AirshipFrameworkProxy"
s.summary = "Airship iOS mobile framework proxy"
s.documentation_url = "https://docs.airship.com/platform/mobile"
14 changes: 14 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"pins" : [
{
"identity" : "ios-library",
"kind" : "remoteSourceControl",
"location" : "https://github.com/urbanairship/ios-library.git",
"state" : {
"revision" : "d30c37c9d0f9dd9944ef1284dd9a77eb98b99e2f",
"version" : "18.12.1"
}
}
],
"version" : 2
}
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 = '11.0.3'
airshipProxy = '11.0.4'
airship = '18.4.0'

# Gradle plugins

0 comments on commit c2911c6

Please sign in to comment.