Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 0.1.1 (#9)
Browse files Browse the repository at this point in the history
35ca7a4
commit 35ca7a4
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Tue Apr 7 17:58:21 2020 +0000

    chore: release 0.1.1 (#9)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [0.1.1](https://www.github.com/googleapis/java-mediatranslation/compare/v0.1.0...v0.1.1) (2020-04-07)

    ### Dependencies

    * update core dependencies ([#4](https://www.github.com/googleapis/java-mediatranslation/issues/4)) ([bbe5567](https://www.github.com/googleapis/java-mediatranslation/commit/bbe556751f94dc34fd296176ad446facb437d0eb))
    * update dependency com.google.api:api-common to v1.9.0 ([#22](https://www.github.com/googleapis/java-mediatranslation/issues/22)) ([e16b6e6](https://www.github.com/googleapis/java-mediatranslation/commit/e16b6e60b421bf8ff3d00c8e324e345e4dcd1ca3))
    * update dependency com.google.cloud:google-cloud-mediatranslation to v0.1.0 ([#6](https://www.github.com/googleapis/java-mediatranslation/issues/6)) ([420ecfb](https://www.github.com/googleapis/java-mediatranslation/commit/420ecfb20d635585298d697fa2a1752efae518a6))
    * update dependency org.threeten:threetenbp to v1.4.3 ([#13](https://www.github.com/googleapis/java-mediatranslation/issues/13)) ([2b105d5](https://www.github.com/googleapis/java-mediatranslation/commit/2b105d5e61353fafea79cbce6999bea86e61a2ab))
    ---

    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
yoshi-automation committed Apr 7, 2020
1 parent 795e2b2 commit 8677a08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -42,18 +42,18 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-mediatranslation</artifactId>
<version>0.1.1</version>
<version>0.1.0</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-mediatranslation:0.1.1'
compile 'com.google.cloud:google-cloud-mediatranslation:0.1.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.1.1"
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.1.0"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-06T23:57:28.767376Z",
"updateTime": "2020-04-07T22:46:03.873217Z",
"sources": [
{
"git": {
Expand Down

0 comments on commit 8677a08

Please sign in to comment.