From 50761d00c98b8cb81ba691f8dbe20c3336c1646d Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Thu, 2 Apr 2020 12:17:56 -0700 Subject: [PATCH] Increment version to 0.0.17 --- osx/QMK Toolbox.pkgproj | 2 +- osx/qmk_toolbox/Info.plist | 2 +- windows/QMK Toolbox/Properties/AssemblyInfo.cs | 4 ++-- windows/install_compiler.iss | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/osx/QMK Toolbox.pkgproj b/osx/QMK Toolbox.pkgproj index 8787b98e6a..ad7ad1138e 100755 --- a/osx/QMK Toolbox.pkgproj +++ b/osx/QMK Toolbox.pkgproj @@ -453,7 +453,7 @@ OVERWRITE_PERMISSIONS VERSION - 0.0.16 + 0.0.17 UUID 9890D281-1549-46B1-8075-2C3C14A67FB9 diff --git a/osx/qmk_toolbox/Info.plist b/osx/qmk_toolbox/Info.plist index b444657e64..8b40b81e8d 100644 --- a/osx/qmk_toolbox/Info.plist +++ b/osx/qmk_toolbox/Info.plist @@ -68,7 +68,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.16 + 0.0.17 CFBundleSignature ???? CFBundleURLTypes diff --git a/windows/QMK Toolbox/Properties/AssemblyInfo.cs b/windows/QMK Toolbox/Properties/AssemblyInfo.cs index 2cd319ba6a..3f08ad691e 100644 --- a/windows/QMK Toolbox/Properties/AssemblyInfo.cs +++ b/windows/QMK Toolbox/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.0.16")] -[assembly: AssemblyFileVersion("0.0.16")] \ No newline at end of file +[assembly: AssemblyVersion("0.0.17")] +[assembly: AssemblyFileVersion("0.0.17")] \ No newline at end of file diff --git a/windows/install_compiler.iss b/windows/install_compiler.iss index 4436a18b80..2d9de45756 100644 --- a/windows/install_compiler.iss +++ b/windows/install_compiler.iss @@ -3,7 +3,7 @@ #define MyAppName "QMK Toolbox" #define MyAppHandle "qmk" -#define MyAppVersion "0.0.16" +#define MyAppVersion "0.0.17" #define MyAppPublisher "QMK" #define MyAppURL "https://qmk.fm" #define MyAppExeName "qmk_toolbox.exe"