Browse Source

Updating to v0.2.3

Tim Burks 8 years ago
parent
commit
fd0f5d7cf4

+ 1 - 1
Examples/Datastore/PackageManager/Package.swift

@@ -17,7 +17,7 @@ import PackageDescription
 let package = Package (
     name: "Datastore",
     dependencies: [
-        .Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,1)),
+        .Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,3)),
         .Package(url: "https://github.com/apple/swift-protobuf.git", Version(0,9,904)),
         .Package(url: "https://github.com/google/auth-library-swift.git", Version(0,2,2)),
     ]

+ 1 - 1
Examples/Echo/PackageManager/Package.swift

@@ -17,7 +17,7 @@ import PackageDescription
 let package = Package (
     name: "Echo",
     dependencies: [
-        .Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,2)),
+        .Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,3)),
         .Package(url: "https://github.com/apple/swift-protobuf.git", Version(0,9,904)),
     ]
 )

+ 1 - 1
Examples/Simple/PackageManager/Package.swift

@@ -17,6 +17,6 @@ import PackageDescription
 let package = Package (
     name: "Simple",
     dependencies: [
-        .Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,2)),
+        .Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,2,3)),
     ]
 )