diff --git a/doc/release-notes.txt b/doc/release-notes.txt index 9ba634e..5aefd78 100644 --- a/doc/release-notes.txt +++ b/doc/release-notes.txt @@ -1,3 +1,6 @@ +0.5.7 +1. 修复新牌谱无法解析的问题。 + 0.5.6 1. 修复liqi.json读取失败导致的无法分析牌谱的问题。 diff --git a/package-lock.json b/package-lock.json index 1e4f5b3..8bc4491 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "majsoul-paipu-crawler", - "version": "0.5.6", + "version": "0.5.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "majsoul-paipu-crawler", - "version": "0.5.6", + "version": "0.5.7", "license": "MIT", "dependencies": { "electron": "^22.3.25", diff --git a/package.json b/package.json index ff1e620..940b33b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "majsoul-paipu-crawler", - "version": "0.5.6", + "version": "0.5.7", "description": "Get Paipu from Majsoul", "main": "main.js", "scripts": {