From 96b8317f65cb3c8ceadb3887b5989fe37bcb123a Mon Sep 17 00:00:00 2001 From: Deyvid Martinez Date: Thu, 29 Apr 2021 15:50:45 -0500 Subject: [PATCH 1/2] Update Library Version on README.md to 0.1.8 The version of the library for the pom.xml file is corrected from 0.0.0 to 0.1.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3ff87f..b4f9cf1f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflow-executions - 0.0.0 + 0.1.8 ``` From c803565833090d200c688f1ddb182129cdaf1286 Mon Sep 17 00:00:00 2001 From: Deyvid Martinez Date: Thu, 29 Apr 2021 15:50:45 -0500 Subject: [PATCH 2/2] doc: update library version on README.md from 0.0.0 to 0.1.8 on pom.xml example The version of the library for the pom.xml file is corrected from 0.0.0 to 0.1.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3ff87f..b4f9cf1f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflow-executions - 0.0.0 + 0.1.8 ```