Skip to content

Commit b2e732d

Browse files
committed
4.0.3 release
1 parent c9e7ebe commit b2e732d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

client/FlashClient.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ goto :EOF
55
:PS
66

77

8-
$VERSION = "4.0.2"
9-
$SIZE = 118386517
8+
$VERSION = "4.0.3"
9+
$SIZE = 118380434
1010
$win_steam =${env:ProgramFiles(x86)}+"\Steam\steamapps\common\Ninja Kiwi Archive\resources"
1111
$win_standalone1=${env:LocalAppData}+"\Programs\Ninja Kiwi Archive\resources"
1212
$win_standalone2=${env:ProgramFiles}+"\Ninja Kiwi\Ninja Kiwi Archive\resources"

client/FlashClient.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
$VERSION = "4.0.2"
3-
$SIZE = 118386517
2+
$VERSION = "4.0.3"
3+
$SIZE = 118380434
44
$win_steam =${env:ProgramFiles(x86)}+"\Steam\steamapps\common\Ninja Kiwi Archive\resources"
55
$win_standalone1=${env:LocalAppData}+"\Programs\Ninja Kiwi Archive\resources"
66
$win_standalone2=${env:ProgramFiles}+"\Ninja Kiwi\Ninja Kiwi Archive\resources"

client/FlashClient.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010

1111
echo "Detected version: $ver"
1212

13-
if [ "$ver" != "4.0.2" ]; then
13+
if [ "$ver" != "4.0.3" ]; then
1414
echo "Version does not match latest. Update at https://github.com/GlennnM/FlashPrivateServer" >&2
1515
exit 1
1616
fi

client/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/renderer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

0 commit comments

Comments
 (0)