diff --git a/macos/QMK Toolbox.pkgproj b/macos/QMK Toolbox.pkgproj
index acbe0fd61c..239b03429c 100755
--- a/macos/QMK Toolbox.pkgproj
+++ b/macos/QMK Toolbox.pkgproj
@@ -453,7 +453,7 @@
OVERWRITE_PERMISSIONS
VERSION
- 0.1.0
+ 0.1.1
UUID
9890D281-1549-46B1-8075-2C3C14A67FB9
diff --git a/macos/QMK Toolbox/Info.plist b/macos/QMK Toolbox/Info.plist
index 4cebf031a7..0a59d87683 100644
--- a/macos/QMK Toolbox/Info.plist
+++ b/macos/QMK Toolbox/Info.plist
@@ -68,7 +68,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.0
+ 0.1.1
CFBundleSignature
????
CFBundleURLTypes
@@ -87,7 +87,7 @@
CFBundleVersion
- 0.1.0
+ 0.1.1
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/windows/QMK Toolbox/Properties/AssemblyInfo.cs b/windows/QMK Toolbox/Properties/AssemblyInfo.cs
index a0b2af455e..1aa8cd71fe 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.1.0")]
-[assembly: AssemblyFileVersion("0.1.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.1.1")]
+[assembly: AssemblyFileVersion("0.1.1")]
\ No newline at end of file
diff --git a/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource b/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource
index 45f2e20697..6e1ba96318 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.1.0.0, Culture=neutral, PublicKeyToken=null
+ QMK_Toolbox.WindowState, qmk_toolbox, Version=0.1.1.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/windows/install_compiler.iss b/windows/install_compiler.iss
index 0a02b26341..3b160eccbd 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.1.0"
+#define MyAppVersion "0.1.1"
#define MyAppPublisher "QMK"
#define MyAppURL "https://qmk.fm"
#define MyAppExeName "qmk_toolbox.exe"