Skip to content

Commit ac06458

Browse files
Build: Bump version to 0.9.2
1 parent 67669e7 commit ac06458

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ The recommended way to use non-release (unstable) builds is to use jitpack. jitp
9898

9999
### Using _scenery_ in a Maven project
100100

101-
Add scenery and ClearGL to your project's `pom.xml`:
101+
Add scenery to your project's `pom.xml`:
102102

103103
```xml
104104
<dependencies>
105105
<dependency>
106106
<groupId>graphics.scenery</groupId>
107107
<artifactId>scenery</artifactId>
108-
<version>0.9.1</version>
108+
<version>0.9.2</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.1")
144+
api("graphics.scenery:scenery:0.9.2")
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.1"
35+
version = "0.9.2"
3636
description = "flexible scenegraphing and rendering for scientific visualisation"
3737
}

0 commit comments

Comments
 (0)