Skip to content

Commit

Permalink
Build: Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Feb 21, 2024
1 parent 67669e7 commit ac06458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ The recommended way to use non-release (unstable) builds is to use jitpack. jitp

### Using _scenery_ in a Maven project

Add scenery and ClearGL to your project's `pom.xml`:
Add scenery to your project's `pom.xml`:

```xml
<dependencies>
<dependency>
<groupId>graphics.scenery</groupId>
<artifactId>scenery</artifactId>
<version>0.9.1</version>
<version>0.9.2</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.9.1")
api("graphics.scenery:scenery:0.9.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ rootProject.name = "scenery"

gradle.rootProject {
group = "graphics.scenery"
version = "0.9.1"
version = "0.9.2"
description = "flexible scenegraphing and rendering for scientific visualisation"
}

0 comments on commit ac06458

Please sign in to comment.