From 302743995abb693a4acc525acecd348a5d6c7788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Kr=C3=BCger?= Date: Thu, 12 Dec 2024 20:00:07 +0100 Subject: [PATCH] bump: bump to 3.0.0 --- README.md | 9 ++++++++- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 499e992..eada6b5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,14 @@ $ curl http://localhost:25565 Hello, from Minecraft! ``` -Further examples like Spring and Javalin can be found in the `examples` module. +## Supported web servers +- Spring Boot: `spring` module +- Javalin: `javalin` module +- Ktor: `ktor` module +- Jetty: `jetty` module +- manual request handling: `http` module + +Examples can be found in the `examples` module. ## Usage Add the andante repo to gradle: diff --git a/gradle.properties b/gradle.properties index 064471f..2893547 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,6 +8,6 @@ yarn_mappings=1.21.1+build.3 loader_version=0.16.7 # Mod Properties -version=2.2.2 +version=3.0.0 group=net.mcbrawls.inject id=inject