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

Commit

Permalink
chore: fix version in README (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Nov 15, 2019
1 parent 3990b80 commit 91f64e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-billingbudgets</artifactId>
<version>0.1.0-beta</version>
<version>0.1.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-billingbudgets:0.1.0-beta'
compile 'com.google.cloud:google-cloud-billingbudgets:0.1.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "0.1.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "0.1.0"
```
[//]: # ({x-version-update-end})

Expand Down

0 comments on commit 91f64e8

Please sign in to comment.