Skip to content

Commit

Permalink
Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
wispborne committed Apr 14, 2021
1 parent 5caead7 commit aa6c3fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

object Variables {
val starsectorDirectory = "C:/Program Files (x86)/Fractal Softworks/Starsector"
val modVersion = "1.0.0"
val modVersion = "1.0.2"
val jarFileName = "NeutrinoDetectorMkII.jar"

val modId = "wisp_NeutrinoDetectorMkII"
Expand Down
2 changes: 1 addition & 1 deletion mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Neutrino Detector Mk.II",
"author": "Wisp",
"utility": "false",
"version": { "major":"1", "minor": "0", "patch": "0" },
"version": { "major":"1", "minor": "0", "patch": "2" },
"description": "The Neutrino Detector Mk.II uses slightly more power but has no false positives",
"gameVersion": "0.95a-RC12",
"jars":["jars/NeutrinoDetectorMkII.jar"],
Expand Down
2 changes: 1 addition & 1 deletion wisp_NeutrinoDetectorMkII.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{
"major":1,
"minor":0,
"patch":0
"patch":2
}
}

0 comments on commit aa6c3fe

Please sign in to comment.