Update version number for electron and self

This commit is contained in:
Vishwas Shashidhar
2018-12-26 13:03:19 +05:30
parent bb2033165b
commit af4ac9ddf5
2 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ delete_app()
compare_versions()
{
# Get the installer version:
CURRENT_VERSION=4.0.0-beta.7
CURRENT_VERSION=4.1.0
# Get the currently installed version:
INSTALLED_VERSION=$(plutil -p /Applications/Symphony.app/Contents/Info.plist | awk '/CFBundleShortVersionString/ {print substr($3, 2, length($3)-2)}')