Skip to content

Commit

Permalink
v0.11.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Sep 28, 2023
1 parent f7b045e commit 8d6dcf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

group = "com.github.holgerbrandl"
//version = "0.8.101"
version = "0.11.4"
version = "0.11.5"
//version = "0.12-SNAPSHOT"


Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
To get started simply add it as a dependency:
```
dependencies {
implementation "com.github.holgerbrandl:kalasim:0.11.4"
implementation "com.github.holgerbrandl:kalasim:0.11.5"
}
```

Expand Down

0 comments on commit 8d6dcf8

Please sign in to comment.