File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// Copyright (C) 2018-2022 Jakub Wasylków <kuba_160@protonmail.com>
2- // SPDX-FileCopyrightText: 2018-2022 Jakub Wasylków <kuba_160@protonmail.com>
2+ // SPDX-FileCopyrightText: 2018-2023 Jakub Wasylków <kuba_160@protonmail.com>
33//
44// SPDX-License-Identifier: Zlib
55
@@ -383,7 +383,7 @@ DB_misc_t plugin = {
383383 .plugin .api_vminor = 10 ,
384384 .plugin .type = DB_PLUGIN_MISC ,
385385 .plugin .version_major = 1 ,
386- .plugin .version_minor = 5 ,
386+ .plugin .version_minor = 6 ,
387387 .plugin .id = "discord_presence" ,
388388 .plugin .name = "Discord Rich Presence Plugin" ,
389389 .plugin .descr = "Discord Rich Presence Plugin shows your current playing track on your Discord status.\n"
@@ -393,7 +393,7 @@ DB_misc_t plugin = {
393393 "https://github.com/DeaDBeeF-Player/deadbeef/wiki/Title-formatting-2.0" ,
394394 .plugin .copyright =
395395 "Discord Rich Presence Plugin for DeaDBeeF\n"
396- "Copyright (C) 2018-2021 Jakub Wasylków <kuba_160@protonmail.com>\n"
396+ "Copyright (C) 2018-2023 Jakub Wasylków <kuba_160@protonmail.com>\n"
397397 "\n"
398398 "This software is provided 'as-is', without any express or implied\n"
399399 "warranty. In no event will the authors be held liable for any damages\n"
You can’t perform that action at this time.
0 commit comments