File tree Expand file tree Collapse file tree
trunk/google-cloud-translate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: f023d07229634575ea6ed45a8fe833ed9bf35ae2
2+ refs/heads/master: d5a0d6c795fca4e77920313f0d9f066f7bf48f68
33refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44refs/heads/gh-pages: 049a9668af6afce3b5840dee8be005b0e6b43506
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff 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```
2828If 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```
3232If 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
3737Example Application
You can’t perform that action at this time.
0 commit comments