Skip to content

Commit

Permalink
Bump scenery version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Apr 9, 2024
1 parent 9e79516 commit 9f0831f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Add scenery to your project's `pom.xml`:
<dependency>
<groupId>graphics.scenery</groupId>
<artifactId>scenery</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -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")
}
```

Expand Down

0 comments on commit 9f0831f

Please sign in to comment.