Skip to content

Commit 6aaecb4

Browse files
Update package version and dependencies
1 parent 02d82ac commit 6aaecb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func firebaseDependency() -> Package.Dependency {
7979
return .package(url: firebaseURL, branch: "main")
8080
}
8181

82-
return .package(url: firebaseURL, exact: "11.5.0")
82+
return .package(url: firebaseURL, from: "11.5.0")
8383
}
8484

8585
func integrationTestPath() -> String? {

Sources/Internal/Version.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ import GoogleUtilities_Environment
1818

1919
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
2020
struct Version {
21-
static let sdkVersion = "11.3.0-beta"
21+
static let sdkVersion = "11.6.0-beta"
2222

2323
// returns value of form gl-PLATFORM_NAME/PLATFORM_VERSION
2424
static func platformVersionHeader() -> String {

0 commit comments

Comments
 (0)