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"