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

Commit

Permalink
chore: release 1.0.2 (#79)
Browse files Browse the repository at this point in the history
8fdf2a6
commit 8fdf2a6
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Tue Apr 7 00:20:39 2020 +0000

    chore: release 1.0.2 (#79)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [1.0.2](https://www.github.com/googleapis/java-texttospeech/compare/v1.0.1...v1.0.2) (2020-04-06)

    ### Dependencies

    * update core dependencies ([#82](https://www.github.com/googleapis/java-texttospeech/issues/82)) ([e81655c](https://www.github.com/googleapis/java-texttospeech/commit/e81655c27cc3d2b84546ca8d3ecf3525da138f50))
    * update core dependencies to v1.54.0 ([#78](https://www.github.com/googleapis/java-texttospeech/issues/78)) ([3b7064f](https://www.github.com/googleapis/java-texttospeech/commit/3b7064fe44d8dec3873146142fb4caa2f2e0dc7e))
    * update dependency com.google.api:api-common to v1.9.0 ([#98](https://www.github.com/googleapis/java-texttospeech/issues/98)) ([0f85c9d](https://www.github.com/googleapis/java-texttospeech/commit/0f85c9daf9c80c6dc30ed0eaddfec7c67d86aed2))
    * update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#97](https://www.github.com/googleapis/java-texttospeech/issues/97)) ([2f3009d](https://www.github.com/googleapis/java-texttospeech/commit/2f3009d19afcdbbc9b7238f194086782cd740d9e))
    * update dependency com.google.protobuf:protobuf-java to v3.11.4 ([c2bcea8](https://www.github.com/googleapis/java-texttospeech/commit/c2bcea899301fd176e453c32d7937e342f23df49))
    * update dependency io.grpc:grpc-bom to v1.27.1 ([8590191](https://www.github.com/googleapis/java-texttospeech/commit/859019194bf4f8cb48eef213e13ae65fac29d863))
    * update dependency io.grpc:grpc-bom to v1.27.2 ([89d84ab](https://www.github.com/googleapis/java-texttospeech/commit/89d84ab096c69bba457b8227d8fa190690293022))
    * update dependency org.threeten:threetenbp to v1.4.3 ([#91](https://www.github.com/googleapis/java-texttospeech/issues/91)) ([ef6b7ec](https://www.github.com/googleapis/java-texttospeech/commit/ef6b7eca26540a128acf3602db1824dd9ecf1384))

    ### Documentation

    * **regen:** update sample code to set total timeout, add API client header test ([1763988](https://www.github.com/googleapis/java-texttospeech/commit/1763988e39ac6ed999afefa741e5e0e74032a815))
    ---

    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
yoshi-automation committed Apr 7, 2020
1 parent 2657857 commit e0d1ddb
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 @@ -40,18 +40,18 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-texttospeech</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>

```

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

Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-07T01:05:03.102070Z",
"updateTime": "2020-04-07T01:04:22.156363Z",
"sources": [
{
"git": {
Expand Down

0 comments on commit e0d1ddb

Please sign in to comment.