Skip to content

Commit

Permalink
Back to snapshot for development
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Feb 11, 2024
1 parent a4db8bb commit 409a823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks.compileJava.configure {
}

group = "com.intellectualsites.http"
version = "1.4"
version = "1.5-SNAPSHOT"

java {
withSourcesJar()
Expand Down

0 comments on commit 409a823

Please sign in to comment.