Skip to content

Commit

Permalink
Update version to 0.6.1
Browse files Browse the repository at this point in the history
A bit premature, but wanted to try something out because IntelliJ
is breaking out a bit and it might be because I'm using a
SNAPSHOT target.
  • Loading branch information
bitspittle committed Apr 1, 2022
1 parent afbfb01 commit 49324af
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,6 +1,6 @@
## Truthish

[![version](https://img.shields.io/badge/version-0.6.0-yellow.svg)](https://semver.org)
[![version](https://img.shields.io/badge/version-0.6.1-yellow.svg)](https://semver.org)
<a href="https://discord.gg/bCdxPr7aTV">
<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 @@ -141,6 +141,6 @@ dependencies {
// ...
testImplementation "org.jetbrains.kotlin:kotlin-test"
testImplementation "com.varabyte.truthish:truthish:0.6.0"
testImplementation "com.varabyte.truthish:truthish:0.6.1"
}
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

group = "com.varabyte.truthish"
version = "0.6.1-SNAPSHOT"
version = "0.6.1"

kotlin {
jvm {
Expand Down

0 comments on commit 49324af

Please sign in to comment.