Skip to content

Commit b7393f3

Browse files
committed
Bump version to 1.6
1 parent bc2b148 commit b7393f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

discord_presence.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"

0 commit comments

Comments
 (0)