diff --git a/macos/QMK Toolbox.pkgproj b/macos/QMK Toolbox.pkgproj
index e263086db3..19e8283460 100755
--- a/macos/QMK Toolbox.pkgproj
+++ b/macos/QMK Toolbox.pkgproj
@@ -453,7 +453,7 @@
OVERWRITE_PERMISSIONS
VERSION
- 0.1.1
+ 0.2.0
UUID
9890D281-1549-46B1-8075-2C3C14A67FB9
diff --git a/macos/QMK Toolbox/Info.plist b/macos/QMK Toolbox/Info.plist
index 3cab8b3adf..7a88cafbb4 100644
--- a/macos/QMK Toolbox/Info.plist
+++ b/macos/QMK Toolbox/Info.plist
@@ -68,7 +68,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.1
+ 0.2.0
CFBundleSignature
????
CFBundleURLTypes
@@ -87,7 +87,7 @@
CFBundleVersion
- 0.1.1
+ 0.2.0
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/readme.md b/readme.md
index fd50b9fb4e..f389454f56 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ This is a collection of flashing tools packaged into one app. It supports auto-d
|Windows|macOS|
|-------|-----|
-|[![Windows](https://i.imgur.com/NjOaPrE.png)](https://i.imgur.com/NjOaPrE.png)|[![macOS](https://i.imgur.com/A6mfa5h.png)](https://i.imgur.com/A6mfa5h.png)|
+|[![Windows](https://i.imgur.com/sdh8byj.png)](https://i.imgur.com/sdh8byj.png)|[![macOS](https://i.imgur.com/3x8Xrkv.png)](https://i.imgur.com/3x8Xrkv.png)|
## Flashing
@@ -40,7 +40,7 @@ The Toolbox also listens to HID messages on usage page `0xFF31` and usage `0x007
If you have `CONSOLE_ENABLE = yes` in your keyboard's `rules.mk`, you can print messages with `xprintf()`, useful for debugging:
-![Hello world from Console](https://i.imgur.com/iYTa5PB.png)
+![Hello world from Console](https://i.imgur.com/qxLb2zS.png)
See the [QMK Docs](https://docs.qmk.fm/#/newbs_testing_debugging?id=debugging) for more information.
diff --git a/windows/QMK Toolbox/Properties/AssemblyInfo.cs b/windows/QMK Toolbox/Properties/AssemblyInfo.cs
index ecb148b4ef..b41976222f 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.1")]
-[assembly: AssemblyFileVersion("0.1.1")]
+[assembly: AssemblyVersion("0.2.0")]
+[assembly: AssemblyFileVersion("0.2.0")]
diff --git a/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource b/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource
index 6e1ba96318..1fa15fee03 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.1.0, Culture=neutral, PublicKeyToken=null
+ QMK_Toolbox.WindowState, qmk_toolbox, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/windows/install_compiler.iss b/windows/install_compiler.iss
index 3b160eccbd..5d28b1256d 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.1"
+#define MyAppVersion "0.2.0"
#define MyAppPublisher "QMK"
#define MyAppURL "https://qmk.fm"
#define MyAppExeName "qmk_toolbox.exe"