Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit db3378f

Browse files
committed
Updated version number
1 parent 35c8cf4 commit db3378f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/kotlin/com/jacobtread/kme/Environment.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import org.jetbrains.exposed.sql.Database as ExposedDatabase
3131
object Environment {
3232

3333
// The version of KME
34-
const val KME_VERSION = "1.0.0"
34+
const val KME_VERSION = "1.0.1"
3535

3636
val externalAddress: String
3737

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "com.jacobtread.kme"
2-
version = "1.0.0"
2+
version = "1.0.1"
33

44
plugins {
55
kotlin("jvm") apply false

0 commit comments

Comments
 (0)