From 74cc3a24187a2279e925b96bb9d04f3c7907249b Mon Sep 17 00:00:00 2001 From: thewaterfall Date: Tue, 5 Mar 2024 18:20:53 +0200 Subject: [PATCH] Increment version --- README.md | 4 ++-- build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a91cfa3..710c678 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { } dependencies { - implementation 'com.github.thewaterfall:fluent-request:1.1.0' + implementation 'com.github.thewaterfall:fluent-request:1.2.0' } ``` @@ -43,7 +43,7 @@ Add the following to your pom.xml file: com.github.thewaterfall fluent-request - 1.1.0 + 1.2.0 ``` diff --git a/build.gradle b/build.gradle index f45be95..693699d 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'com.thewaterfall.fluent-request' -version = '1.1.0' +version = '1.2.0' java { sourceCompatibility = JavaVersion.VERSION_1_8 @@ -23,7 +23,7 @@ publishing { maven(MavenPublication) { groupId = 'com.thewaterfall' artifactId = 'fluent-request' - version = '1.1.0' + version = '1.2.0' from components.java pom {