Skip to content

Commit

Permalink
chore(better-local-files): Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pithaya committed Mar 25, 2024
1 parent ac26004 commit 8221ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom-apps/better-local-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-local-files",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"init": "npm run build && npm run apply",
Expand Down
6 changes: 1 addition & 5 deletions custom-apps/better-local-files/src/change-notes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
export const CHANGE_NOTES = [
'Added drag and drop to the track list and album cards',
'Select multiple tracks by holding the Ctrl key and clicking on the tracks',
'Switch between list and compact display modes',
];
export const CHANGE_NOTES = ['Fix error "Cannot read properties of undefined"'];

0 comments on commit 8221ef5

Please sign in to comment.