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 v0.6.4r3
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Jul 27, 2022
1 parent 7f1e982 commit 1a8620b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Web/Utils/BumpVersion.sh
Original file line number Diff line number Diff line change
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.2
VersionInfoVersion=0.6.4.3
VersionInfoDescription=OpenSiv3D (0.6.4) for Web Installer
Compression=lzma2
SolidCompression=yes
Expand Down

0 comments on commit 1a8620b

Please sign in to comment.