Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit 7e19682

Browse files
committed
Bump version.
1 parent 643e9e4 commit 7e19682

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buttons/buttons_listenbrainz_tools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include('..\\main\\bio\\bio_tags.js');
3333
include('helpers\\buttons_listenbrainz_menu.js'); // Button menu
3434
/* global listenBrainzmenu:readable */
3535
var prefix = 'lbt'; // NOSONAR[global]
36-
var version = '1.5.0'; // NOSONAR[global]
36+
var version = '1.6.0'; // NOSONAR[global]
3737

3838
try { window.DefineScript('ListenBrainz Tools Button', { author: 'regorxxx', version, features: { drag_n_drop: false } }); } catch (e) { /* May be loaded along other buttons */ }
3939
prefix = getUniquePrefix(prefix, ''); // Puts new ID before '_'

buttons/toolbars/_buttons_toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Note this must be added before loading helpers! See buttons_search_by_tags_combinations.js and search_same_by.js
1717
// eslint-disable-next-line no-unused-vars
1818
var bLoadTags = true; // NOSONAR
19-
var version = '1.0.0'; // NOSONAR
19+
var version = '1.1.0'; // NOSONAR
2020

2121
try { window.DefineScript('Playlist Tools: Buttons Bar', { author: 'regorxxx', version, features: { drag_n_drop: false } }); } catch (e) { /* May be loaded along other buttons*/ }
2222

buttons_toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Note this must be added before loading helpers! See buttons_search_by_tags_combinations.js and search_same_by.js
1717
// eslint-disable-next-line no-unused-vars
1818
var bLoadTags = true; // NOSONAR
19-
var version = '1.0.0'; // NOSONAR
19+
var version = '1.1.0'; // NOSONAR
2020

2121
try { window.DefineScript('Playlist Tools: Buttons Bar', { author: 'regorxxx', version, features: { drag_n_drop: false } }); } catch (e) { /* May be loaded along other buttons*/ }
2222

0 commit comments

Comments
 (0)