Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Feb 19, 2023
1 parent f4b86af commit 66af522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playlist_manager.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
'use strict';
//27/01/23
//19/02/23

/* Playlist Manager
Manager for Playlists Files and Auto-Playlists. Shows a virtual list of all playlists files within a configured folder (playlistPath).
See readmes\playlist_manager.pdf for full documentation
*/

window.DefineScript('Playlist Manager', {author: 'XXX', version: '0.5.0-beta13', features: {drag_n_drop: true, grab_focus: true}});
window.DefineScript('Playlist Manager', {author: 'XXX', version: '0.5.0-beta14', features: {drag_n_drop: true, grab_focus: true}});
include('helpers\\helpers_xxx.js');
include('helpers\\helpers_xxx_properties.js');
include('helpers\\helpers_xxx_playlists.js');
Expand Down

0 comments on commit 66af522

Please sign in to comment.