Skip to content

Commit efcfe7d

Browse files
Update to reference newly-released API. (#28)
1 parent 747b9d7 commit efcfe7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ that supports Maven to create the Maven project. Add this dependency in the
3232
<dependency>
3333
<groupId>com.google.cloud.functions</groupId>
3434
<artifactId>functions-framework-api</artifactId>
35-
<version>1.0.0-alpha-2-rc3</version>
35+
<version>1.0.1</version>
3636
<scope>provided</scope>
3737
</dependency>
3838
```
@@ -42,7 +42,7 @@ Framework dependency in your `build.gradle` project file as follows:
4242

4343
```groovy
4444
dependencies {
45-
implementation 'com.google.cloud.functions:functions-framework-api:1.0.0-alpha-2-rc3'
45+
implementation 'com.google.cloud.functions:functions-framework-api:1.0.1'
4646
}
4747
4848
```
@@ -206,7 +206,7 @@ configurations {
206206
}
207207
208208
dependencies {
209-
implementation 'com.google.cloud.functions:functions-framework-api:1.0.0-alpha-2-rc3'
209+
implementation 'com.google.cloud.functions:functions-framework-api:1.0.1'
210210
invoker 'com.google.cloud.functions.invoker:java-function-invoker:1.0.0-alpha-2-rc4'
211211
}
212212

invoker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.cloud.functions</groupId>
4444
<artifactId>functions-framework-api</artifactId>
45-
<version>1.0.0-alpha-2-rc4-SNAPSHOT</version>
45+
<version>1.0.1</version>
4646
</dependency>
4747
</dependencies>
4848
</dependencyManagement>

0 commit comments

Comments
 (0)