Skip to content

Commit

Permalink
chore(release): 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
techmovie committed Jun 1, 2024
1 parent 11f1e03 commit 640572e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.1.3](https://github.com/techmovie/easy-upload/compare/5.1.2...5.1.3) (2024-06-01)


### Bug Fixes

* **dicmusic:** remove extra string ([6c5df5c](https://github.com/techmovie/easy-upload/commit/6c5df5cce235fd982402032775ad3ee00e18585d))



## [5.1.2](https://github.com/techmovie/easy-upload/compare/5.1.1...5.1.2) (2024-06-01)


Expand Down
4 changes: 2 additions & 2 deletions dist/easy-upload.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name EasyUpload PT一键转种
// @name:en EasyUpload - Trackers Transfer Tool
// @namespace https://github.com/techmovie/easy-upload
// @version 5.1.2
// @version 5.1.3
// @description easy uploading torrents to other trackers
// @description:en easy uploading torrents to other trackers
// @author birdplane
Expand Down Expand Up @@ -16971,7 +16971,7 @@ ${jQuery(description.selector).val()}`);
}
}
if (CURRENT_SITE_NAME === "DicMusic") {
musicJson.group.wikiBody = toUnicodeEntities(`${musicJson.group.wikiBody}()`);
musicJson.group.wikiBody = toUnicodeEntities(musicJson.group.wikiBody);
}
fillJsonToUploadTable(musicJson, name);
};
Expand Down

0 comments on commit 640572e

Please sign in to comment.