Skip to content

Commit

Permalink
Update version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Feb 12, 2023
1 parent 3b35dce commit 2b0e8e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![version: 1.0.0](https://img.shields.io/badge/kotter-v1.0.0-blue)
![version: 1.0.1](https://img.shields.io/badge/kotter-v1.0.1-blue)
![kotter tests](https://github.com/varabyte/kotter/actions/workflows/gradle-test.yml/badge.svg)
![kotter coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/bitspittle/1fab2b6fd23489bdea3f5d1f38e4dcb2/raw/kotter-coverage-badge.json)
<a href="https://varabyte.github.io/kotter">
Expand Down Expand Up @@ -57,7 +57,7 @@ repositories {
}
dependencies {
implementation 'com.varabyte.kotter:kotter:1.0.0'
implementation 'com.varabyte.kotter:kotter:1.0.1'
}
```

Expand All @@ -69,7 +69,7 @@ repositories {
}

dependencies {
implementation("com.varabyte.kotter:kotter:1.0.0")
implementation("com.varabyte.kotter:kotter:1.0.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ compose = "1.2.0"
jline = "3.21.0"
kotlin = "1.7.10"
kotlinx-coroutines = "1.6.4"
kotter = "1.0.1-SNAPSHOT"
kotter = "1.0.1"
kover = "0.6.1"
okhttp = "4.9.3"
truthish = "0.6.3"
Expand Down

0 comments on commit 2b0e8e7

Please sign in to comment.