diff --git a/macos/QMK Toolbox.pkgproj b/macos/QMK Toolbox.pkgproj index 296a7c5cbb..9e30408d74 100755 --- a/macos/QMK Toolbox.pkgproj +++ b/macos/QMK Toolbox.pkgproj @@ -453,7 +453,7 @@ OVERWRITE_PERMISSIONS VERSION - 0.3.1 + 0.3.2 UUID 9890D281-1549-46B1-8075-2C3C14A67FB9 diff --git a/macos/QMK Toolbox/Info.plist b/macos/QMK Toolbox/Info.plist index f70cd52cfb..ceadb0aead 100644 --- a/macos/QMK Toolbox/Info.plist +++ b/macos/QMK Toolbox/Info.plist @@ -56,7 +56,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.1 + 0.3.2 CFBundleSignature ???? CFBundleURLTypes @@ -75,7 +75,7 @@ CFBundleVersion - 0.3.1 + 0.3.2 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/readme.md b/readme.md index de90f1fbb0..fa0b828197 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.1**. +The [current version](https://github.com/qmk/qmk_toolbox/releases) of QMK Toolbox is **0.3.2**. * **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 01d181a30d..a50809a6c0 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.1.0, Culture=neutral, PublicKeyToken=null + QMK_Toolbox.WindowState, qmk_toolbox, Version=0.3.2.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 de49522e0a..e91a25542f 100644 --- a/windows/QMK Toolbox/QMK Toolbox.csproj +++ b/windows/QMK Toolbox/QMK Toolbox.csproj @@ -18,13 +18,13 @@ Properties\app.manifest - 0.3.1 - 0.3.1 + 0.3.2 + 0.3.2 QMK Toolbox Copyright © 2024 QMK QMK A flashing/debug utility for devices running QMK Firmware - 0.3.1 + 0.3.2 QMK Toolbox diff --git a/windows/install_compiler.iss b/windows/install_compiler.iss index a4027595b8..815303ed4a 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.1" +#define MyAppVersion "0.3.2" #define MyAppPublisher "QMK" #define MyAppURL "https://qmk.fm" #define MyAppExeName "qmk_toolbox.exe"