Skip to content

Commit 6c1b983

Browse files
Build: Bump version to 0.9.1
1 parent 3ac0079 commit 6c1b983

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
142142
dependencies {
143143
// ...
144-
api("graphics.scenery:scenery:0.9.0")
144+
api("graphics.scenery:scenery:0.9.1")
145145
}
146146
```
147147

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ rootProject.name = "scenery"
3232

3333
gradle.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
}

0 commit comments

Comments
 (0)