Skip to content

Commit

Permalink
chore: changed beta version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed Sep 16, 2024
1 parent 0100941 commit 12b5d39
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Auth0.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ excluded_files = [*web_auth_files, *ios_files, *macos_files]

Pod::Spec.new do |s|
s.name = 'Auth0'
s.version = '2.9.0-beta.0'
s.version = '2.9.0'
s.summary = "Auth0 SDK for Apple platforms"
s.description = <<-DESC
Auth0 SDK for iOS, macOS, tvOS, watchOS and visionOS apps.
Expand All @@ -44,8 +44,8 @@ Pod::Spec.new do |s|
s.resource_bundles = { s.name => 'Auth0/PrivacyInfo.xcprivacy' }
s.swift_versions = ['5.9']

s.dependency 'SimpleKeychain', '1.2.0-beta.0'
s.dependency 'JWTDecode', '3.2.0-beta.0'
s.dependency 'SimpleKeychain', '1.2.0'
s.dependency 'JWTDecode', '3.2.0'

s.ios.deployment_target = '14.0'
s.ios.exclude_files = macos_files
Expand Down
2 changes: 1 addition & 1 deletion Auth0/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.9.0-beta.0</string>
<string>2.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Auth0/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let version = "2.9.0-beta.0"
let version = "2.9.0"
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "auth0/SimpleKeychain" "1.2.0-beta.0"
github "auth0/JWTDecode.swift" "3.2.0-beta.0"
github "auth0/SimpleKeychain" "1.2.0"
github "auth0/JWTDecode.swift" "3.2.0"
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Quick/Nimble" "v13.3.0"
github "Quick/Quick" "v7.6.1"
github "auth0/JWTDecode.swift" "3.2.0-beta.0"
github "auth0/SimpleKeychain" "1.2.0-beta.0"
github "auth0/JWTDecode.swift" "3.2.0"
github "auth0/SimpleKeychain" "1.2.0"
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
platforms: [.iOS(.v14), .macOS(.v11), .tvOS(.v14), .watchOS(.v7), .visionOS(.v1)],
products: [.library(name: "Auth0", targets: ["Auth0"])],
dependencies: [
.package(url: "https://github.com/auth0/SimpleKeychain.git", exact:"1.2.0-beta.0"),
.package(url: "https://github.com/auth0/JWTDecode.swift.git", exact:"3.2.0-beta.0"),
.package(url: "https://github.com/auth0/SimpleKeychain.git", exact:"1.2.0"),
.package(url: "https://github.com/auth0/JWTDecode.swift.git", exact:"3.2.0"),
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "7.0.0")),
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "13.0.0"))
],
Expand Down

0 comments on commit 12b5d39

Please sign in to comment.