Skip to content

Commit fd0f5d7

Browse files
committed
Updating to v0.2.3
1 parent 65bca29 commit fd0f5d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Examples/Datastore/PackageManager/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import PackageDescription
1717
let package = Package (
1818
name: "Datastore",
1919
dependencies: [
20-
.Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,1)),
20+
.Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,3)),
2121
.Package(url: "https://github.com/apple/swift-protobuf.git", Version(0,9,904)),
2222
.Package(url: "https://github.com/google/auth-library-swift.git", Version(0,2,2)),
2323
]

Examples/Echo/PackageManager/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import PackageDescription
1717
let package = Package (
1818
name: "Echo",
1919
dependencies: [
20-
.Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,2)),
20+
.Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,3)),
2121
.Package(url: "https://github.com/apple/swift-protobuf.git", Version(0,9,904)),
2222
]
2323
)

Examples/Simple/PackageManager/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ import PackageDescription
1717
let package = Package (
1818
name: "Simple",
1919
dependencies: [
20-
.Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,2)),
20+
.Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,3)),
2121
]
2222
)

0 commit comments

Comments
 (0)