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 a55f9ed commit 68a054e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buttons/buttons_playlist_tools.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
//03/01/24
//28/02/24

/*
Playlist Tools Menu
Expand All @@ -11,7 +11,7 @@
NOTE: 'on_mouse_lbtn_up(x, y)' is simply replaced with a button to call the menu.
*/

var version = '3.7.0'; // NOSONAR [shared on files]
var version = '4.0.0'; // NOSONAR [shared on files]

/* global menu_panelProperties:readable */
/* global globFonts:readable, MK_SHIFT:readable, doOnce:readable, debounce:readable, MK_CONTROL:readable */
Expand Down
2 changes: 1 addition & 1 deletion buttons/toolbars/_buttons_toolbar.js
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 68a054e

Please sign in to comment.