Skip to content

Commit

Permalink
Update version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Jan 3, 2022
1 parent 348af19 commit 14583ce
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
@@ -1,4 +1,4 @@
![version: 0.9.4](https://img.shields.io/badge/kotter-v0.9.4-blue)
![version: 0.9.5](https://img.shields.io/badge/kotter-v0.9.5-blue)
<a href="https://discord.gg/5NZ2GKV5Cs">
<img alt="Varabyte Discord" src="https://img.shields.io/discord/886036660767305799.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" />
</a>
Expand Down Expand Up @@ -54,7 +54,7 @@ repositories {
dependencies {
/* ... */
implementation 'com.varabyte.kotter:kotter:0.9.4'
implementation 'com.varabyte.kotter:kotter:0.9.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion kotter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.varabyte.kotter"
version = "0.9.5-SNAPSHOT"
version = "0.9.5"

fun shouldSign() = (findProperty("kotter.sign") as? String).toBoolean()
fun shouldPublishToGCloud(): Boolean {
Expand Down

0 comments on commit 14583ce

Please sign in to comment.