From ba1cfbed491bdc295e3b00f406a9dcf01c8aa684 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 18 May 2022 02:17:41 +1000 Subject: [PATCH] Increment version to 0.2.2 (#369) --- macos/QMK Toolbox.pkgproj | 2 +- macos/QMK Toolbox/Info.plist | 4 ++-- windows/QMK Toolbox/Properties/AssemblyInfo.cs | 4 ++-- .../QMK Toolbox/Properties/DataSources/WindowState.datasource | 2 +- windows/install_compiler.iss | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/macos/QMK Toolbox.pkgproj b/macos/QMK Toolbox.pkgproj index bd8ce0fcaf..79b6f3aa5e 100755 --- a/macos/QMK Toolbox.pkgproj +++ b/macos/QMK Toolbox.pkgproj @@ -453,7 +453,7 @@ OVERWRITE_PERMISSIONS VERSION - 0.2.1 + 0.2.2 UUID 9890D281-1549-46B1-8075-2C3C14A67FB9 diff --git a/macos/QMK Toolbox/Info.plist b/macos/QMK Toolbox/Info.plist index 27ea87a8bc..5c1710348f 100644 --- a/macos/QMK Toolbox/Info.plist +++ b/macos/QMK Toolbox/Info.plist @@ -52,7 +52,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.1 + 0.2.2 CFBundleSignature ???? CFBundleURLTypes @@ -71,7 +71,7 @@ CFBundleVersion - 0.2.1 + 0.2.2 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/windows/QMK Toolbox/Properties/AssemblyInfo.cs b/windows/QMK Toolbox/Properties/AssemblyInfo.cs index 146ec14b60..5e7fa3c3c6 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.2.1")] -[assembly: AssemblyFileVersion("0.2.1")] +[assembly: AssemblyVersion("0.2.2")] +[assembly: AssemblyFileVersion("0.2.2")] diff --git a/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource b/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource index d39ad68272..1025bcc5c8 100644 --- a/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource +++ b/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource @@ -6,5 +6,5 @@ cause the file to be unrecognizable by the program. --> - QMK_Toolbox.WindowState, qmk_toolbox, Version=0.2.1.0, Culture=neutral, PublicKeyToken=null + QMK_Toolbox.WindowState, qmk_toolbox, Version=0.2.2.0, Culture=neutral, PublicKeyToken=null \ No newline at end of file diff --git a/windows/install_compiler.iss b/windows/install_compiler.iss index 3a3a317d62..a342664939 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.2.1" +#define MyAppVersion "0.2.2" #define MyAppPublisher "QMK" #define MyAppURL "https://qmk.fm" #define MyAppExeName "qmk_toolbox.exe"