From 01de1956c91a0de84602c8a4cfce4da10d59cf5f Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 13 Jun 2024 21:58:08 +1000 Subject: [PATCH] Increment version to 0.3.3 (#479) --- macos/QMK Toolbox.pkgproj | 2 +- macos/QMK Toolbox/Info.plist | 4 ++-- readme.md | 2 +- .../Properties/DataSources/WindowState.datasource | 2 +- windows/QMK Toolbox/QMK Toolbox.csproj | 6 +++--- windows/install_compiler.iss | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/macos/QMK Toolbox.pkgproj b/macos/QMK Toolbox.pkgproj index 9e30408d74..52b6837538 100755 --- a/macos/QMK Toolbox.pkgproj +++ b/macos/QMK Toolbox.pkgproj @@ -453,7 +453,7 @@ OVERWRITE_PERMISSIONS VERSION - 0.3.2 + 0.3.3 UUID 9890D281-1549-46B1-8075-2C3C14A67FB9 diff --git a/macos/QMK Toolbox/Info.plist b/macos/QMK Toolbox/Info.plist index ceadb0aead..980bf69468 100644 --- a/macos/QMK Toolbox/Info.plist +++ b/macos/QMK Toolbox/Info.plist @@ -56,7 +56,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.2 + 0.3.3 CFBundleSignature ???? CFBundleURLTypes @@ -75,7 +75,7 @@ CFBundleVersion - 0.3.2 + 0.3.3 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/readme.md b/readme.md index fa0b828197..73190432c3 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ If you run into any issues with "Device not found" when flashing, then you may n ### Download -The [current version](https://github.com/qmk/qmk_toolbox/releases) of QMK Toolbox is **0.3.2**. +The [current version](https://github.com/qmk/qmk_toolbox/releases) of QMK Toolbox is **0.3.3**. * **Windows:** [standalone](https://github.com/qmk/qmk_toolbox/releases/latest/download/qmk_toolbox.exe), [installer](https://github.com/qmk/qmk_toolbox/releases/latest/download/qmk_toolbox_install.exe) * **macOS**: [standalone](https://github.com/qmk/qmk_toolbox/releases/latest/download/QMK.Toolbox.app.zip), [installer](https://github.com/qmk/qmk_toolbox/releases/latest/download/QMK.Toolbox.pkg) diff --git a/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource b/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource index a50809a6c0..126156c63a 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.3.2.0, Culture=neutral, PublicKeyToken=null + QMK_Toolbox.WindowState, qmk_toolbox, Version=0.3.3.0, Culture=neutral, PublicKeyToken=null \ No newline at end of file diff --git a/windows/QMK Toolbox/QMK Toolbox.csproj b/windows/QMK Toolbox/QMK Toolbox.csproj index e91a25542f..879c18f938 100644 --- a/windows/QMK Toolbox/QMK Toolbox.csproj +++ b/windows/QMK Toolbox/QMK Toolbox.csproj @@ -18,13 +18,13 @@ Properties\app.manifest - 0.3.2 - 0.3.2 + 0.3.3 + 0.3.3 QMK Toolbox Copyright © 2024 QMK QMK A flashing/debug utility for devices running QMK Firmware - 0.3.2 + 0.3.3 QMK Toolbox diff --git a/windows/install_compiler.iss b/windows/install_compiler.iss index 815303ed4a..51683303d4 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.3.2" +#define MyAppVersion "0.3.3" #define MyAppPublisher "QMK" #define MyAppURL "https://qmk.fm" #define MyAppExeName "qmk_toolbox.exe"