Skip to content

Commit

Permalink
v0.7.99 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Feb 15, 2022
1 parent bd1ed12 commit c5ec60f
Show file tree
Hide file tree
Showing 3 changed files with 707 additions and 75 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.github.holgerbrandl"
version = "0.7.98"
version = "0.7.99"
//version = "0.7.96"


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.98"
implementation "com.github.holgerbrandl:kalasim:0.7.99"
}
```

Expand Down
Loading

0 comments on commit c5ec60f

Please sign in to comment.