Skip to content

Commit

Permalink
Update version MINOR (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Oct 1, 2023
1 parent b750fce commit 886f6c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = "Anders"' | out-file data/version.txt -encoding ASCII -append
echo 'name = "Blamey"' | out-file data/version.txt -encoding ASCII -append
echo 'source = "Vic3"' | out-file data/version.txt -encoding ASCII -append
echo 'minSource = "1.0"' | out-file data/version.txt -encoding ASCII -append
echo 'maxSource = "1.2"' | out-file data/version.txt -encoding ASCII -append
echo 'minSource = "1.3"' | out-file data/version.txt -encoding ASCII -append
echo 'maxSource = "1.4"' | out-file data/version.txt -encoding ASCII -append
echo 'target = "HoI4"' | out-file data/version.txt -encoding ASCII -append
echo 'minTarget = "1.12"' | out-file data/version.txt -encoding ASCII -append
echo 'maxTarget = "1.12"' | out-file data/version.txt -encoding ASCII -append
Expand Down
4 changes: 2 additions & 2 deletions data/version.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version info

version = "0.1.0"
name = "Anders"
version = "0.2.0"
name = "Blamey"
source = "Vic3"
minSource = "1.3"
maxSource = "1.4"
Expand Down

0 comments on commit 886f6c1

Please sign in to comment.