Skip to content

Commit

Permalink
Updating to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks committed Sep 2, 2017
1 parent 65bca29 commit fd0f5d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/Datastore/PackageManager/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
]
Expand Down
2 changes: 1 addition & 1 deletion Examples/Echo/PackageManager/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
]
)
2 changes: 1 addition & 1 deletion Examples/Simple/PackageManager/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
]
)

0 comments on commit fd0f5d7

Please sign in to comment.