Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Quitch committed Sep 7, 2024
1 parent 0ed02ef commit 389fa7c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## v5.75.1 - 2024-09-07

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"display_name": "Galactic War Overhaul DEV",
"description": "Make Galactic War more exciting, more replayable, and if desired, more challenging. Featuring more systems, more tech cards, more factions, more game modes, more AI personalities, more difficulty levels, more unlocks, more strategy, and more AI brains. Start a new war to enjoy all the new features. Check out the new war tooltips for more information and difficulty recommendations. Recommended accompanying mods: Shared Systems for galactic war, AI Chat, and Show AI Personality Names",
"author": "Quitch",
"version": "5.75.0",
"version": "5.75.1",
"build": "120799",
"date": "2024-09-03",
"date": "2024-09-07",
"signature": " ",
"forum": "https://steamcommunity.com/app/386070/discussions/0/133259956005401439/",
"category": [
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sonar.projectKey=Quitch_GW-AI-Overhaul
sonar.organization=quitch
sonar.projectVersion=5.75.0
sonar.projectVersion=5.75.1
2 changes: 1 addition & 1 deletion ui/mods/com.pa.quitch.gwaioverhaul/gw_play/gwo_panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function gwoWarInfoPanel() {
// War Information
const galaxy = game.galaxy();
const originSystem = galaxy.stars()[galaxy.origin()].system();
model.gwoVersion = ko.observable("5.75.0");
model.gwoVersion = ko.observable("5.75.1");
model.gwoSettings = originSystem.gwaio;

if (model.gwoSettings) {
Expand Down
2 changes: 1 addition & 1 deletion ui/mods/com.pa.quitch.gwaioverhaul/gw_start/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ function gwoSetup() {
const busyToken = {};
model.makeGameBusy(busyToken);

const version = "5.75.0";
const version = "5.75.1";
console.log("War created using Galactic War Overhaul v" + version);

const game = new GW.Game();
Expand Down

0 comments on commit 389fa7c

Please sign in to comment.