Skip to content

Commit ef44a6d

Browse files
committed
chore: fix readme version in README.md
1 parent 92d7bfb commit ef44a6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java-cloudapiregistry/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-cloudapiregistry</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-cloudapiregistry:0.0.0'
55+
implementation 'com.google.cloud:google-cloud-cloudapiregistry: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-cloudapiregistry" % "0.0.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-cloudapiregistry" % "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-cloudapiregistry/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-cloudapiregistry.svg
184-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudapiregistry/0.0.0
184+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudapiregistry/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

0 commit comments

Comments
 (0)