Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
[Web] bump to 0.6.4r1
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Jun 30, 2022
1 parent 834d7cc commit 85c6651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Web/Utils/BumpVersion.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

TargetFiles=(
"../VisualStudioTemplate/OpenSiv3D(0.6.3)Web/Siv3DTest.vcxproj"
"../VisualStudioTemplate/OpenSiv3D(0.6.3)Web/MyTemplate.vstemplate"
"../VisualStudioTemplate/Files/Siv3DTest.vcxproj"
"../VisualStudioTemplate/Files/MyTemplate.vstemplate"
"../WindowsInstaller/setup.iss"
"../../.github/workflows/ccpp_web.yml"
)
Expand Down Expand Up @@ -60,8 +60,8 @@ function main() {
echo "bumping ${currentVersion} to ${newVersion} ..."

for file in "${TargetFiles[@]}"; do
sed -i -e "s/${currentVersion}/${newVersion}/g" $file
sed -i -e "s/${shortCurrentVersion}/${shortNewVersion}/g" $file
sed -i -e "s/${currentVersion//./\.}/${newVersion}/g" $file
sed -i -e "s/${shortCurrentVersion//./\.}/${shortNewVersion}/g" $file
sed -i -e "s/${shortCurrentVersion//./_}/${shortNewVersion//./_}/g" $file
done
}
Expand Down
2 changes: 1 addition & 1 deletion Web/WindowsInstaller/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WizardStyle=modern
SetupIconFile=..\..\WindowsDesktop\App\icon.ico
OutputBaseFilename=OpenSiv3D(0.6.4)Web
DefaultDirName={autopf}\OpenSiv3D(0.6.4)Web
VersionInfoVersion=0.6.4.0
VersionInfoVersion=0.6.4.1
VersionInfoDescription=OpenSiv3D (0.6.4) for Web Installer
Compression=lzma2
SolidCompression=yes
Expand Down

0 comments on commit 85c6651

Please sign in to comment.