Skip to content

Commit

Permalink
🔖 release(version): bump up Windows to 1.7.1 for the electron cordova…
Browse files Browse the repository at this point in the history
… fix (#1263)

We fixed [a critical issue related to electron and cordova](#1238) several days ago. Although we did not observe any serious outcomes for Windows app, it is still possible that there might be some issues hidden below.

Therefore, here I will release a new version 1.7.1 for Windows.
  • Loading branch information
jyyi1 authored Apr 18, 2022
1 parent 9f83d45 commit 4aa64ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function getVersion(platform) {
} = await parseFile(`src/cordova/apple/xcode/${platform}/Outline/Outline-Info.plist`);
return plistValues[plistKeys.indexOf("CFBundleShortVersionString")];
case "windows":
return "1.7.0";
return "1.7.1";
case "linux":
return "1.7.0";
default:
Expand Down

0 comments on commit 4aa64ac

Please sign in to comment.