Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Feb 28, 2024
1 parent 643e9e4 commit 7e19682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buttons/buttons_listenbrainz_tools.js
Expand Up @@ -33,7 +33,7 @@ include('..\\main\\bio\\bio_tags.js');
include('helpers\\buttons_listenbrainz_menu.js'); // Button menu
/* global listenBrainzmenu:readable */
var prefix = 'lbt'; // NOSONAR[global]
var version = '1.5.0'; // NOSONAR[global]
var version = '1.6.0'; // NOSONAR[global]

try { window.DefineScript('ListenBrainz Tools Button', { author: 'regorxxx', version, features: { drag_n_drop: false } }); } catch (e) { /* May be loaded along other buttons */ }
prefix = getUniquePrefix(prefix, ''); // Puts new ID before '_'
Expand Down
2 changes: 1 addition & 1 deletion buttons/toolbars/_buttons_toolbar.js
Expand Up @@ -16,7 +16,7 @@
// Note this must be added before loading helpers! See buttons_search_by_tags_combinations.js and search_same_by.js
// eslint-disable-next-line no-unused-vars
var bLoadTags = true; // NOSONAR
var version = '1.0.0'; // NOSONAR
var version = '1.1.0'; // NOSONAR

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

Expand Down
2 changes: 1 addition & 1 deletion buttons_toolbar.js
Expand Up @@ -16,7 +16,7 @@
// Note this must be added before loading helpers! See buttons_search_by_tags_combinations.js and search_same_by.js
// eslint-disable-next-line no-unused-vars
var bLoadTags = true; // NOSONAR
var version = '1.0.0'; // NOSONAR
var version = '1.1.0'; // NOSONAR

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

Expand Down

0 comments on commit 7e19682

Please sign in to comment.