Skip to content

Commit

Permalink
Version bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
demilich1 committed Dec 21, 2021
1 parent c80901e commit f75b4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ plugins {
}

group = "net.demilich"
version = "1.0.0"
version = "1.0.2"

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/net/demilich/tqmutator/AppConfig.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package net.demilich.tqmutator

object AppConfig {
const val version = "1.0.0"
const val version = "1.0.2"
const val DEFAULT_PATH = """My Documents\My Games\Titan Quest - Immortal Throne\SaveData\Main"""
}

0 comments on commit f75b4e2

Please sign in to comment.