Skip to content

Commit

Permalink
v0.7.96 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Jan 18, 2022
1 parent d613eb5 commit dc33529
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.7-SNAPSHOT"
version = "0.7.96-SNAPSHOT"
version = "0.7.96"


repositories {
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.7.95"
implementation "com.github.holgerbrandl:kalasim:0.7.96"
}
```

Expand Down

0 comments on commit dc33529

Please sign in to comment.