Skip to content

Commit ce89708

Browse files
authored
Increment version to 0.3.2 (#472)
1 parent b9d336a commit ce89708

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

macos/QMK Toolbox.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
<key>OVERWRITE_PERMISSIONS</key>
454454
<false/>
455455
<key>VERSION</key>
456-
<string>0.3.1</string>
456+
<string>0.3.2</string>
457457
</dict>
458458
<key>UUID</key>
459459
<string>9890D281-1549-46B1-8075-2C3C14A67FB9</string>

macos/QMK Toolbox/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<key>CFBundlePackageType</key>
5757
<string>APPL</string>
5858
<key>CFBundleShortVersionString</key>
59-
<string>0.3.1</string>
59+
<string>0.3.2</string>
6060
<key>CFBundleSignature</key>
6161
<string>????</string>
6262
<key>CFBundleURLTypes</key>
@@ -75,7 +75,7 @@
7575
</dict>
7676
</array>
7777
<key>CFBundleVersion</key>
78-
<string>0.3.1</string>
78+
<string>0.3.2</string>
7979
<key>LSApplicationCategoryType</key>
8080
<string>public.app-category.utilities</string>
8181
<key>LSMinimumSystemVersion</key>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you run into any issues with "Device not found" when flashing, then you may n
5757

5858
### Download
5959

60-
The [current version](https://github.com/qmk/qmk_toolbox/releases) of QMK Toolbox is **0.3.1**.
60+
The [current version](https://github.com/qmk/qmk_toolbox/releases) of QMK Toolbox is **0.3.2**.
6161

6262
* **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)
6363
* **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)

windows/QMK Toolbox/Properties/DataSources/WindowState.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
cause the file to be unrecognizable by the program.
77
-->
88
<GenericObjectDataSource DisplayName="WindowState" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9-
<TypeInfo>QMK_Toolbox.WindowState, qmk_toolbox, Version=0.3.1.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
9+
<TypeInfo>QMK_Toolbox.WindowState, qmk_toolbox, Version=0.3.2.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
1010
</GenericObjectDataSource>

windows/QMK Toolbox/QMK Toolbox.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
</PropertyGroup>
1919
<PropertyGroup>
2020
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
21-
<AssemblyVersion>0.3.1</AssemblyVersion>
22-
<FileVersion>0.3.1</FileVersion>
21+
<AssemblyVersion>0.3.2</AssemblyVersion>
22+
<FileVersion>0.3.2</FileVersion>
2323
<Title>QMK Toolbox</Title>
2424
<Copyright>Copyright © 2024 QMK</Copyright>
2525
<Company>QMK</Company>
2626
<Description>A flashing/debug utility for devices running QMK Firmware</Description>
27-
<Version>0.3.1</Version>
27+
<Version>0.3.2</Version>
2828
<Product>QMK Toolbox</Product>
2929
</PropertyGroup>
3030
<ItemGroup>

windows/install_compiler.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "QMK Toolbox"
55
#define MyAppHandle "qmk"
6-
#define MyAppVersion "0.3.1"
6+
#define MyAppVersion "0.3.2"
77
#define MyAppPublisher "QMK"
88
#define MyAppURL "https://qmk.fm"
99
#define MyAppExeName "qmk_toolbox.exe"

0 commit comments

Comments
 (0)