Skip to content

Commit 67c8766

Browse files
authored
Bump versions (#22)
1 parent 0c41ffe commit 67c8766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ let products: [Product] = [
3939
let dependencies: [Package.Dependency] = [
4040
.package(
4141
url: "https://github.com/grpc/grpc-swift.git",
42-
exact: "2.0.0-beta.1"
42+
exact: "2.0.0-beta.2"
4343
),
4444
.package(
4545
url: "https://github.com/grpc/grpc-swift-protobuf.git",
46-
exact: "1.0.0-beta.1"
46+
exact: "1.0.0-beta.2"
4747
),
4848
.package(
4949
url: "https://github.com/apple/swift-protobuf.git",

0 commit comments

Comments
 (0)