diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index eb52242bf03..83457018a86 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,6 +9,9 @@ on:
- published
pull_request:
+permissions:
+ contents: read
+
jobs:
build_win:
name: Build (Windows)
diff --git a/macos/QMK Toolbox.pkgproj b/macos/QMK Toolbox.pkgproj
index 52b68375385..1072e3503e4 100755
--- a/macos/QMK Toolbox.pkgproj
+++ b/macos/QMK Toolbox.pkgproj
@@ -453,7 +453,7 @@
OVERWRITE_PERMISSIONS
VERSION
- 0.3.3
+ 0.3.4
UUID
9890D281-1549-46B1-8075-2C3C14A67FB9
diff --git a/macos/QMK Toolbox/Info.plist b/macos/QMK Toolbox/Info.plist
index 980bf694683..e29a4fa95ee 100644
--- a/macos/QMK Toolbox/Info.plist
+++ b/macos/QMK Toolbox/Info.plist
@@ -56,7 +56,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.3.3
+ 0.3.4
CFBundleSignature
????
CFBundleURLTypes
@@ -75,7 +75,7 @@
CFBundleVersion
- 0.3.3
+ 0.3.4
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/readme.md b/readme.md
index 6aaf92f13f7..3b51f9e88e5 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.3**.
+The [current version](https://github.com/qmk/qmk_toolbox/releases) of QMK Toolbox is **0.3.4**.
* **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 126156c63ac..7a1112c48ec 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.3.0, Culture=neutral, PublicKeyToken=null
+ QMK_Toolbox.WindowState, qmk_toolbox, Version=0.3.4.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 879c18f938b..3b8e4c5e66c 100644
--- a/windows/QMK Toolbox/QMK Toolbox.csproj
+++ b/windows/QMK Toolbox/QMK Toolbox.csproj
@@ -18,13 +18,13 @@
Properties\app.manifest
- 0.3.3
- 0.3.3
+ 0.3.4
+ 0.3.4
QMK Toolbox
Copyright © 2024 QMK
QMK
A flashing/debug utility for devices running QMK Firmware
- 0.3.3
+ 0.3.4
QMK Toolbox
diff --git a/windows/install_compiler.iss b/windows/install_compiler.iss
index 51683303d48..70f89fd60e4 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.3"
+#define MyAppVersion "0.3.4"
#define MyAppPublisher "QMK"
#define MyAppURL "https://qmk.fm"
#define MyAppExeName "qmk_toolbox.exe"