diff --git a/osx/QMK Toolbox.pkgproj b/osx/QMK Toolbox.pkgproj index 227be0b224..644b2daae7 100755 --- a/osx/QMK Toolbox.pkgproj +++ b/osx/QMK Toolbox.pkgproj @@ -453,7 +453,7 @@ OVERWRITE_PERMISSIONS VERSION - 0.0.8 + 0.0.10 UUID 9890D281-1549-46B1-8075-2C3C14A67FB9 diff --git a/osx/qmk_toolbox/Info.plist b/osx/qmk_toolbox/Info.plist index 42db00ef0a..0d2a2cba1b 100644 --- a/osx/qmk_toolbox/Info.plist +++ b/osx/qmk_toolbox/Info.plist @@ -68,7 +68,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.9 + 0.0.10 CFBundleSignature ???? CFBundleURLTypes diff --git a/windows/QMK Toolbox/Properties/AssemblyInfo.cs b/windows/QMK Toolbox/Properties/AssemblyInfo.cs index 2dac6b0fef..5ce06e81db 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.0.9")] -[assembly: AssemblyFileVersion("0.0.9")] \ No newline at end of file +[assembly: AssemblyVersion("0.0.10")] +[assembly: AssemblyFileVersion("0.0.10")] \ No newline at end of file