diff --git a/base64/build.gradle.kts b/base64/build.gradle.kts index c20ffa8..fd2e142 100644 --- a/base64/build.gradle.kts +++ b/base64/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.pega.launchpad.base64" -version = "0.1.6-SNAPSHOT" +version = "0.1.7-SNAPSHOT" repositories { mavenCentral() diff --git a/email/build.gradle.kts b/email/build.gradle.kts index e0ba5ee..f4d4986 100644 --- a/email/build.gradle.kts +++ b/email/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.pega.launchpad.email" -version = "0.1.6-SNAPSHOT" +version = "0.1.7-SNAPSHOT" repositories { mavenCentral() diff --git a/net/README.md b/net/README.md index 2ea02c3..2cbd091 100644 --- a/net/README.md +++ b/net/README.md @@ -18,7 +18,7 @@ Send an HTTP request, and map the response body and headers into a Map that can - Function handler: com.pega.launchpad.net.HttpRequestWithMappedResponseHeaders::send - Input parameters: - **url (Text)** - The URL of the REST service to call - - **method (Text)** - The HTTP method to use: POST, PUT, PATCH, DELETE + - **method (Text)** - The HTTP method to use: GET, POST, PUT, PATCH, DELETE - **body (Text)** - The JSON string of the request body to send - **headers (Text)** - Optional, a JSON object containing key-value pairs, each will be added as headers to the HTTP Request - Output parameters: diff --git a/net/build.gradle.kts b/net/build.gradle.kts index dd8befa..d07b04b 100644 --- a/net/build.gradle.kts +++ b/net/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.pega.launchpad.net" -version = "0.1.6-SNAPSHOT" +version = "0.1.7-SNAPSHOT" repositories { mavenCentral() diff --git a/parser/build.gradle.kts b/parser/build.gradle.kts index 966f902..a497a6d 100644 --- a/parser/build.gradle.kts +++ b/parser/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.pega.launchpad.parser" -version = "0.1.6-SNAPSHOT" +version = "0.1.7-SNAPSHOT" repositories { mavenCentral() diff --git a/pdf/build.gradle.kts b/pdf/build.gradle.kts index eaf5267..29376f2 100644 --- a/pdf/build.gradle.kts +++ b/pdf/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.pega.launchpad.pdf" -version = "0.1.6-SNAPSHOT" +version = "0.1.7-SNAPSHOT" repositories { mavenCentral() diff --git a/text/build.gradle.kts b/text/build.gradle.kts index c43c8a4..77b1d26 100644 --- a/text/build.gradle.kts +++ b/text/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.pega.launchpad.text" -version = "0.1.6-SNAPSHOT" +version = "0.1.7-SNAPSHOT" repositories { mavenCentral()