Skip to content

Commit

Permalink
bump: bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radstevee committed Dec 12, 2024
1 parent a0f9510 commit 3027439
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3027439

Please sign in to comment.