Skip to content

Commit 9f0831f

Browse files
Bump scenery version in README
1 parent 9e79516 commit 9f0831f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Add scenery to your project's `pom.xml`:
105105
<dependency>
106106
<groupId>graphics.scenery</groupId>
107107
<artifactId>scenery</artifactId>
108-
<version>0.10.1</version>
108+
<version>0.11.0</version>
109109
</dependency>
110110
</dependencies>
111111
```
@@ -141,7 +141,7 @@ Add scenery to your project's `build.gradle`:
141141
```kotlin
142142
dependencies {
143143
// ...
144-
api("graphics.scenery:scenery:0.10.1")
144+
api("graphics.scenery:scenery:0.11.0")
145145
}
146146
```
147147

0 commit comments

Comments
 (0)