Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Nov 16, 2023
1 parent df1d73f commit 1c7c725
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buttons/buttons_search_by_distance.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
include('..\\helpers\\buttons_xxx.js');
include('..\\helpers\\helpers_xxx_properties.js');
include('..\\helpers\\buttons_xxx_menu.js');
var version = '5.1.1';
var version = '5.1.2';

try {window.DefineScript('Search by Distance Buttons', {author:'regorxxx', version, features: {drag_n_drop: false}});} catch (e) {/* console.log('Search by Distance Buttons loaded.'); */} //May be loaded along other buttons

Expand Down
2 changes: 1 addition & 1 deletion buttons/buttons_search_by_distance_customizable.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

include('..\\helpers\\buttons_xxx.js');
include('..\\helpers\\helpers_xxx_properties.js');
var version = '5.1.1';
var version = '5.1.2';

try {window.DefineScript('Search by Distance Customizable Button', {author:'regorxxx', version, features: {drag_n_drop: false}});} catch (e) {/* console.log('Search by Distance (CUSTOM) Buttons loaded.'); */} //May be loaded along other buttons

Expand Down
4 changes: 2 additions & 2 deletions buttons/toolbars/_buttons_toolbar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
//15/11/23
//16/11/23

/* Playlist Tools: Buttons Toolbar
Loads any button found on the buttons folder. Just load this file and add your desired buttons via R. Click.
Expand All @@ -14,7 +14,7 @@
*/

var bLoadTags = true; // Note this must be added before loading helpers! See buttons_search_by_tags_combinations.js and search_same_by.js
var version = '3.3.0';
var version = '3.3.1';

{
const dependencies = [
Expand Down
4 changes: 2 additions & 2 deletions buttons_toolbar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
//15/11/23
//16/11/23

/* Playlist Tools: Buttons Toolbar
Loads any button found on the buttons folder. Just load this file and add your desired buttons via R. Click.
Expand All @@ -14,7 +14,7 @@
*/

var bLoadTags = true; // Note this must be added before loading helpers! See buttons_search_by_tags_combinations.js and search_same_by.js
var version = '3.3.0';
var version = '3.3.1';

{
const dependencies = [
Expand Down

0 comments on commit 1c7c725

Please sign in to comment.