Skip to content

Commit

Permalink
Version bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
demilich1 committed Feb 14, 2022
1 parent 6d49580 commit 2552537
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.2"
version = "1.0.3"

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.2"
const val version = "1.0.3"
const val DEFAULT_PATH = """My Documents\My Games\Titan Quest - Immortal Throne\SaveData\Main"""
}

0 comments on commit 2552537

Please sign in to comment.