File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
105105 <dependency >
106106 <groupId >graphics.scenery</groupId >
107107 <artifactId >scenery</artifactId >
108- <version >0.9.0 </version >
108+ <version >0.9.1 </version >
109109 </dependency >
110110</dependencies >
111111```
@@ -141,7 +141,7 @@ Add scenery to your project's `build.gradle`:
141141``` kotlin
142142dependencies {
143143 // ...
144- api(" graphics.scenery:scenery:0.9.0 " )
144+ api(" graphics.scenery:scenery:0.9.1 " )
145145}
146146```
147147
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ rootProject.name = "scenery"
3232
3333gradle.rootProject {
3434 group = " graphics.scenery"
35- version = " 0.9.0 "
35+ version = " 0.9.1 "
3636 description = " flexible scenegraphing and rendering for scientific visualisation"
3737}
You can’t perform that action at this time.
0 commit comments