Skip to content

Commit

Permalink
update version number for release 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtlamGit committed Nov 28, 2021
1 parent e81a008 commit a66bc8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main(int argc, char *argv[]) {
app.installTranslator(&translator);

app.setApplicationName("Minutor");
app.setApplicationVersion("2.17.0");
app.setApplicationVersion("2.18.0");
app.setOrganizationName("seancode");

Minutor minutor;
Expand Down
6 changes: 3 additions & 3 deletions minutor.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<string>2.18.0</string>
<key>CFBundleVersion</key>
<string>2.3.0</string>
<string>2.18.0</string>
<key>NSHumanReadableCopyright</key>
<string>© 2013-2020 Sean Kasun</string>
<string>© 2013-2021 Sean Kasun</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion minutor.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- Increase product version each release.. and that's the only change -->
<?define ProductVersion="2.2.0"?>
<?define ProductVersion="2.18.0"?>
<?define ProductUpgradeCode="5da343bf-7e4f-4849-acb0-da8c6682a71e"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Minutor" Language="1033" Version="$(var.ProductVersion)" Manufacturer="Sean Kasun" UpgradeCode="$(var.ProductUpgradeCode)">
Expand Down

0 comments on commit a66bc8f

Please sign in to comment.