Skip to content

Commit a45cded

Browse files
committed
chore(bandcamp_importer,deezer): release new version to fix the import buttons
- and the quest continues, turns out in order for the shared code to update in an existing extesion, a new version has to be released, of which I had no idea; - essentially, just bumping the versions of Bandcamp Importer and Deezer Importer here to make sure the fix from #634 is delivered to the users.
1 parent 8b67c46 commit a45cded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bandcamp_importer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Import Bandcamp releases to MusicBrainz
33
// @description Add a button on Bandcamp's album pages to open MusicBrainz release editor with pre-filled data for the selected release
4-
// @version 2025.06.01
4+
// @version 2025.06.02
55
// @namespace http://userscripts.org/users/22504
66
// @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/bandcamp_importer.user.js
77
// @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/bandcamp_importer.user.js

deezer_importer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name Import Deezer releases into MusicBrainz
33
// @namespace https://github.com/murdos/musicbrainz-userscripts/
44
// @description One-click importing of releases from deezer.com into MusicBrainz
5-
// @version 2025.6.1
5+
// @version 2025.6.2
66
// @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/deezer_importer.user.js
77
// @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/deezer_importer.user.js
88
// @include http*://www.deezer.com/*/album/*

0 commit comments

Comments
 (0)