diff --git a/README.md b/README.md index 997c1d0..2355f5d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { } dependencies { - implementation 'com.github.thewaterfall:fluent-request:1.2.1' + implementation 'com.github.thewaterfall:fluent-request:1.3.0' } ``` @@ -43,7 +43,7 @@ Add the following to your pom.xml file: com.github.thewaterfall fluent-request - 1.2.1 + 1.3.0 ``` diff --git a/build.gradle b/build.gradle index a0c10b4..d2ed96c 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'com.thewaterfall.fluent-request' -version = '1.2.1' +version = '1.3.0' java { sourceCompatibility = JavaVersion.VERSION_1_8 @@ -23,7 +23,7 @@ publishing { maven(MavenPublication) { groupId = 'com.thewaterfall' artifactId = 'fluent-request' - version = '1.2.1' + version = '1.3.0' from components.java pom {