Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
[bump] v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Dec 2, 2020
1 parent f4c3cda commit 1c0e9d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If that still does not help, Hit `Add Configuration` in the upper right of your
#### Running prebuilt binaries

```bash
java -jar bot-kt-v1.3.5.jar
java -jar bot-kt-v1.3.6.jar
```

#### Disabling update checking
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bot_kt_version=v1.3.5
bot_kt_version=v1.3.6

bot_kotlin_version=1.4.20
bot_kotlinx_coroutines_version=1.3.9
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Main {
}
}

const val currentVersion = "v1.3.5"
const val currentVersion = "v1.3.6"

@JvmStatic
fun main(vararg args: String) = runBlocking {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v1.3.5"
"version": "v1.3.6"
}

0 comments on commit 1c0e9d1

Please sign in to comment.