Skip to content

Commit

Permalink
bump: v0.27.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Sep 14, 2021
1 parent d048071 commit 278aca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1715173329/unblockneteasemusic",
"version": "v0.27.0-beta.1",
"version": "v0.27.0-beta.2",
"description": "Revive unavailable songs for Netease Cloud Music",
"main": "src/provider/match.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions precompiled/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ $$v({
var app = {};

var name$1 = "@1715173329/unblockneteasemusic";
var version$5 = "v0.27.0-beta.1";
var version$5 = "v0.27.0-beta.2";
var description$1 = "Revive unavailable songs for Netease Cloud Music";
var main$1 = "src/provider/match.js";
var bin$1 = {
Expand Down Expand Up @@ -12627,7 +12627,7 @@ const server = server_1;
const {
CacheStorageGroup
} = cache;
const logger = logScope("app");
const logger = logScope('app');

const target = Array.from(hook.target.host);
commonjsGlobal.port = config.port;
Expand Down

0 comments on commit 278aca1

Please sign in to comment.