Skip to content

Commit ba1cfbe

Browse files
authored
Increment version to 0.2.2 (#369)
1 parent a8757d0 commit ba1cfbe

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.2.1</string>
456+
<string>0.2.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
@@ -52,7 +52,7 @@
5252
<key>CFBundlePackageType</key>
5353
<string>APPL</string>
5454
<key>CFBundleShortVersionString</key>
55-
<string>0.2.1</string>
55+
<string>0.2.2</string>
5656
<key>CFBundleSignature</key>
5757
<string>????</string>
5858
<key>CFBundleURLTypes</key>
@@ -71,7 +71,7 @@
7171
</dict>
7272
</array>
7373
<key>CFBundleVersion</key>
74-
<string>0.2.1</string>
74+
<string>0.2.2</string>
7575
<key>LSApplicationCategoryType</key>
7676
<string>public.app-category.utilities</string>
7777
<key>LSMinimumSystemVersion</key>

windows/QMK Toolbox/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.2.1")]
35-
[assembly: AssemblyFileVersion("0.2.1")]
34+
[assembly: AssemblyVersion("0.2.2")]
35+
[assembly: AssemblyFileVersion("0.2.2")]

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.2.1.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
9+
<TypeInfo>QMK_Toolbox.WindowState, qmk_toolbox, Version=0.2.2.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
1010
</GenericObjectDataSource>

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.2.1"
6+
#define MyAppVersion "0.2.2"
77
#define MyAppPublisher "QMK"
88
#define MyAppURL "https://qmk.fm"
99
#define MyAppExeName "qmk_toolbox.exe"

0 commit comments

Comments
 (0)