Skip to content

Commit

Permalink
Increment version to 0.3.0 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Feb 22, 2024
1 parent 2683c4d commit 6b7d4b9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 QMK
Copyright (c) 2024 QMK

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions macos/QMK Toolbox.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>0.2.2</string>
<string>0.3.0</string>
</dict>
<key>UUID</key>
<string>9890D281-1549-46B1-8075-2C3C14A67FB9</string>
Expand Down Expand Up @@ -601,7 +601,7 @@
<key>COPYRIGHT HOLDERS</key>
<string>QMK</string>
<key>YEAR</key>
<string>2022</string>
<string>2024</string>
</dict>
<key>LOCALIZATIONS</key>
<array/>
Expand Down
6 changes: 3 additions & 3 deletions macos/QMK Toolbox/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.2</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -71,7 +71,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.2.2</string>
<string>0.3.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -92,7 +92,7 @@
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2022 QMK</string>
<string>Copyright 2024 QMK</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="WindowState" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>QMK_Toolbox.WindowState, qmk_toolbox, Version=0.2.2.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>QMK_Toolbox.WindowState, qmk_toolbox, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
8 changes: 4 additions & 4 deletions windows/QMK Toolbox/QMK Toolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
<AssemblyVersion>0.2.2</AssemblyVersion>
<FileVersion>0.2.2</FileVersion>
<AssemblyVersion>0.3.0</AssemblyVersion>
<FileVersion>0.3.0</FileVersion>
<Title>QMK Toolbox</Title>
<Copyright>Copyright © 2023 QMK</Copyright>
<Copyright>Copyright © 2024 QMK</Copyright>
<Company>QMK</Company>
<Description>A flashing/debug utility for devices running QMK Firmware</Description>
<Version>0.2.2</Version>
<Version>0.3.0</Version>
<Product>QMK Toolbox</Product>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion windows/install_compiler.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "QMK Toolbox"
#define MyAppHandle "qmk"
#define MyAppVersion "0.2.2"
#define MyAppVersion "0.3.0"
#define MyAppPublisher "QMK"
#define MyAppURL "https://qmk.fm"
#define MyAppExeName "qmk_toolbox.exe"
Expand Down

0 comments on commit 6b7d4b9

Please sign in to comment.