Skip to content

Commit 758f967

Browse files
committed
fix librarian version and re-generate
1 parent 7a45a6f commit 758f967

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

java-backstory/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-backstory</artifactId>
48-
<version>0.0.0</version>
48+
<version>0.1.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-backstory:0.0.0'
55+
implementation 'com.google.cloud:google-cloud-backstory:0.1.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-backstory" % "0.0.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-backstory" % "0.1.0"
6262
```
6363

6464
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
181181
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-backstory/latest/overview
182182
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
183183
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-backstory.svg
184-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-backstory/0.0.0
184+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-backstory/0.1.0
185185
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
186186
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
187187
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ libraries:
448448
api_id_override: backstory.googleapis.com
449449
api_description_override: Common Universal Data Model (UDM) and Entity protos used by Chronicle.
450450
client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-backstory/latest/overview
451-
released_version: 0.0.0
451+
released_version: 0.1.0
452452
library_type_override: GAPIC_AUTO
453453
name_pretty_override: Malachite Common Protos
454454
product_documentation_override: https://cloud.google.com/chronicle/docs/secops/secops-overview

0 commit comments

Comments
 (0)