Skip to content

Commit

Permalink
Build: Bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Mar 15, 2024
1 parent 8ce6531 commit 76b1519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Add scenery to your project's `pom.xml`:
<dependency>
<groupId>graphics.scenery</groupId>
<artifactId>scenery</artifactId>
<version>0.10.0</version>
<version>0.10.1</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.10.0")
api("graphics.scenery:scenery:0.10.1")
}
```

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.10.0"
version = "0.10.1"
description = "flexible scenegraphing and rendering for scientific visualisation"
}

0 comments on commit 76b1519

Please sign in to comment.