From 409a8233cd62635bddb676ba479cc47192c7b45f Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 11 Feb 2024 10:51:23 +0100 Subject: [PATCH] Back to snapshot for development Signed-off-by: Alexander Brandes --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70ae53b..930aa7f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Ensure to relocate HTTP4J using the [shadow](https://github.com/johnrengelman/sh ### Code -**JavaDocs:** [https://javadocs.dev/com.intellectualsites.http/HTTP4J/](https://javadoc.io/doc/com.intellectualsites.http4j/HTTP4J) +**JavaDocs:** [https://javadocs.dev/com.intellectualsites.http/HTTP4J/](https://javadocs.dev/com.intellectualsites.http/HTTP4J/) All requests are done using an instance of `com.intellectualsites.http.HttpClient`: diff --git a/build.gradle.kts b/build.gradle.kts index 24ece62..e8c7421 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ tasks.compileJava.configure { } group = "com.intellectualsites.http" -version = "1.4" +version = "1.5-SNAPSHOT" java { withSourcesJar()