Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
atlanticaccent committed Feb 5, 2024
1 parent e74a6f7 commit cfca5d7
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 @@ -28,7 +28,7 @@ val shouldAutomaticallyCreateMetadataFiles = true
/**
* Modify these if you wish to have mod_info.json and the Version Checker files updated for you automatically.
*/
val modVersion = "0.0.7"
val modVersion = "0.0.8"
val jarFileName = "${modName}.jar"
val modId = "price_of_command"
val modAuthor = "AtlanticAccent"
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": "Price of Command",
"author": "AtlanticAccent",
"utility": "false",
"version": { "major":"0", "minor": "0", "patch": "7" },
"version": { "major":"0", "minor": "0", "patch": "8" },
"description": "Price of Command. Adds Fatigue, Injuries, Grave Injuries and Death to Officers. ",
"gameVersion": "0.97a-RC6",
"jars": [
Expand Down
2 changes: 1 addition & 1 deletion price_of_command.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
{
"major":0,
"minor":0,
"patch":7
"patch":8
}
}

0 comments on commit cfca5d7

Please sign in to comment.