Skip to content

Commit

Permalink
Prep for 0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Sep 16, 2024
1 parent f14427c commit c54c20b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows_build_test_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
echo '# Version info' | out-file data/version.txt -encoding ASCII
echo '' | out-file data/version.txt -encoding ASCII -append
echo 'version = "${{ steps.version_number.outputs.major }}.${{ steps.version_number.outputs.minor }}.${{ steps.version_number.outputs.patch }}"' | out-file data/version.txt -encoding ASCII -append
echo 'name = "TBD"' | out-file data/version.txt -encoding ASCII -append
echo 'name = "Eisenhower"' | out-file data/version.txt -encoding ASCII -append
echo 'source = "Vic3"' | out-file data/version.txt -encoding ASCII -append
echo 'minSource = "1.3"' | out-file data/version.txt -encoding ASCII -append
echo 'maxSource = "1.6"' | out-file data/version.txt -encoding ASCII -append
echo 'minSource = "1.7"' | out-file data/version.txt -encoding ASCII -append
echo 'maxSource = "1.7"' | out-file data/version.txt -encoding ASCII -append
echo 'target = "HoI4"' | out-file data/version.txt -encoding ASCII -append
echo 'minTarget = "1.14"' | out-file data/version.txt -encoding ASCII -append
echo 'maxTarget = "1.14"' | out-file data/version.txt -encoding ASCII -append
Expand Down
2 changes: 1 addition & 1 deletion Vic3ToHoI4-Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Vic3 to HoI4"
#define MyAppVersion "0.4 Doorman"
#define MyAppVersion "0.5 Eisenhower"
#define MyAppPublisher "Paradox Game Converters Group"
#define MyAppURL "https://paradoxgameconverters.com/"
#define MyAppExeName "ConverterFrontend.exe"
Expand Down
2 changes: 1 addition & 1 deletion data/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Documentation: https://hoi4.paradoxwikis.com/Victoria_3_to_Hearts_of_Iron_IV_con
SUPPORTED VERSIONS
----
Hoi4 - 1.14
Vic3 - 1.3-1.6
Vic3 - 1.7


----
Expand Down
8 changes: 4 additions & 4 deletions data/version.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Version info

version = "0.4.0"
name = "Doorman"
version = "0.5.0"
name = "Eisenhower"
source = "Vic3"
minSource = "1.3"
maxSource = "1.6"
minSource = "1.7"
maxSource = "1.7"
target = "HoI4"
minTarget = "1.14"
maxTarget = "1.14"

0 comments on commit c54c20b

Please # to comment.