diff --git a/README.md b/README.md index 0834cc50d..e06e7f460 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Add scenery to your project's `pom.xml`: graphics.scenery scenery - 0.10.1 + 0.11.0 ``` @@ -141,7 +141,7 @@ Add scenery to your project's `build.gradle`: ```kotlin dependencies { // ... - api("graphics.scenery:scenery:0.10.1") + api("graphics.scenery:scenery:0.11.0") } ```