diff --git a/LICENSE.md b/LICENSE.md index 92e4bfe10f..841d51ab85 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/macos/QMK Toolbox.pkgproj b/macos/QMK Toolbox.pkgproj index 79b6f3aa5e..a1fc4aa95d 100755 --- a/macos/QMK Toolbox.pkgproj +++ b/macos/QMK Toolbox.pkgproj @@ -453,7 +453,7 @@ OVERWRITE_PERMISSIONS VERSION - 0.2.2 + 0.3.0 UUID 9890D281-1549-46B1-8075-2C3C14A67FB9 @@ -601,7 +601,7 @@ COPYRIGHT HOLDERS QMK YEAR - 2022 + 2024 LOCALIZATIONS diff --git a/macos/QMK Toolbox/Info.plist b/macos/QMK Toolbox/Info.plist index 611c8f2f89..dac16aa8cd 100644 --- a/macos/QMK Toolbox/Info.plist +++ b/macos/QMK Toolbox/Info.plist @@ -52,7 +52,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.2 + 0.3.0 CFBundleSignature ???? CFBundleURLTypes @@ -71,7 +71,7 @@ CFBundleVersion - 0.2.2 + 0.3.0 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion @@ -92,7 +92,7 @@ NSHumanReadableCopyright - Copyright 2022 QMK + Copyright 2024 QMK NSMainStoryboardFile Main NSPrincipalClass diff --git a/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource b/windows/QMK Toolbox/Properties/DataSources/WindowState.datasource index 1025bcc5c8..8aa5e4b737 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.2.2.0, Culture=neutral, PublicKeyToken=null + QMK_Toolbox.WindowState, qmk_toolbox, Version=0.3.0.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 e4ceef15a3..38daa5b90d 100644 --- a/windows/QMK Toolbox/QMK Toolbox.csproj +++ b/windows/QMK Toolbox/QMK Toolbox.csproj @@ -17,13 +17,13 @@ Properties\app.manifest - 0.2.2 - 0.2.2 + 0.3.0 + 0.3.0 QMK Toolbox - Copyright © 2023 QMK + Copyright © 2024 QMK QMK A flashing/debug utility for devices running QMK Firmware - 0.2.2 + 0.3.0 QMK Toolbox diff --git a/windows/install_compiler.iss b/windows/install_compiler.iss index c8f3b65dfb..f07babef49 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.2.2" +#define MyAppVersion "0.3.0" #define MyAppPublisher "QMK" #define MyAppURL "https://qmk.fm" #define MyAppExeName "qmk_toolbox.exe"