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

Commit e8c5e4b

Browse files
chore: regenerate README
1 parent 9c64584 commit e8c5e4b

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"sources": [
3+
{
4+
"git": {
5+
"name": ".",
6+
"remote": "https://github.com/googleapis/java-api-gateway.git",
7+
"sha": "9c64584e14a8e4b9d4819e457bb6a3e07f66c5ed"
8+
}
9+
},
10+
{
11+
"git": {
12+
"name": "synthtool",
13+
"remote": "https://github.com/googleapis/synthtool.git",
14+
"sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2"
15+
}
16+
}
17+
]
18+
}

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file:
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>google-cloud-api-gateway</artifactId>
20-
<version>0.0.0</version>
20+
<version>0.1.0</version>
2121
</dependency>
2222
```
2323

2424
If you are using Gradle without BOM, add this to your dependencies
2525
```Groovy
26-
compile 'com.google.cloud:google-cloud-api-gateway:0.0.0'
26+
compile 'com.google.cloud:google-cloud-api-gateway:0.1.0'
2727
```
2828

2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "0.0.0"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "0.1.0"
3232
```
3333

3434
## Authentication

0 commit comments

Comments
 (0)