Skip to content

Commit

Permalink
Bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Apr 17, 2024
1 parent e89f9d6 commit e4b7508
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.11.0</version>
<version>0.11.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.11.0")
api("graphics.scenery:scenery:0.11.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dokkaVersion=1.9.10
scijavaParentPOMVersion=37.0.0
lwjglVersion=3.3.3
jvmTarget=21
version=0.11.0
version=0.11.1

0 comments on commit e4b7508

Please sign in to comment.