Skip to content

Commit aca7796

Browse files
---
yaml --- r: 5581 b: refs/heads/master c: d5a0d6c h: refs/heads/master i: 5579: e61d025
1 parent 8e0d4ab commit aca7796

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f023d07229634575ea6ed45a8fe833ed9bf35ae2
2+
refs/heads/master: d5a0d6c795fca4e77920313f0d9f066f7bf48f68
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 049a9668af6afce3b5840dee8be005b0e6b43506
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-translate/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-translate</artifactId>
25-
<version>0.13.0-alpha</version>
25+
<version>0.13.0-beta</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-translate:0.13.0-alpha'
30+
compile 'com.google.cloud:google-cloud-translate:0.13.0-beta'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "0.13.0-alpha"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "0.13.0-beta"
3535
```
3636

3737
Example Application

0 commit comments

Comments
 (0)