Преглед изворни кода

Update alpha version in docs (#701)

George Barnett пре 6 година
родитељ
комит
6914d923f2
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      README.md
  2. 1 1
      docs/basic-tutorial.md
  3. 1 1
      docs/quick-start.md

+ 1 - 1
README.md

@@ -40,7 +40,7 @@ necessary targets:
 
 
 ```swift
 ```swift
 dependencies: [
 dependencies: [
-  .package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.6")
+  .package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.9")
 ]
 ]
 ```
 ```
 
 

+ 1 - 1
docs/basic-tutorial.md

@@ -39,7 +39,7 @@ To download the example, clone the latest release in `grpc-swift` repository by
 running the following command:
 running the following command:
 
 
 ```sh
 ```sh
-$ git clone -b 1.0.0-alpha.6 https://github.com/grpc/grpc-swift
+$ git clone -b 1.0.0-alpha.9 https://github.com/grpc/grpc-swift
 ```
 ```
 
 
 Then change your current directory to `grpc-swift/Sources/Examples/RouteGuide`:
 Then change your current directory to `grpc-swift/Sources/Examples/RouteGuide`:

+ 1 - 1
docs/quick-start.md

@@ -28,7 +28,7 @@ and other tutorials):
 
 
 ```sh
 ```sh
 $ # Clone the repository at the latest release to get the example code:
 $ # Clone the repository at the latest release to get the example code:
-$ git clone -b 1.0.0-alpha.6 https://github.com/grpc/grpc-swift
+$ git clone -b 1.0.0-alpha.9 https://github.com/grpc/grpc-swift
 $ # Navigate to the repository
 $ # Navigate to the repository
 $ cd grpc-swift/
 $ cd grpc-swift/
 ```
 ```