Browse Source
chore: bump version
(cherry picked from commit 12e3f91a1e9a4d681633d531af22b5e385dbe470)
20230320
MengYX
3 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
2 changed files with
2 additions and
2 deletions
-
package-lock.json
-
package.json
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "unlock-music", |
|
|
|
"version": "v1.9.1", |
|
|
|
"version": "v1.10.0-beta.1", |
|
|
|
"lockfileVersion": 2, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "unlock-music", |
|
|
|
"version": "v1.9.1", |
|
|
|
"version": "v1.10.0-beta.1", |
|
|
|
"updateInfo": "新增写入本地文件系统; 优化.kwm解锁; 支持.acc嗅探; 使用Typescript重构", |
|
|
|
"license": "MIT", |
|
|
|
"description": "Unlock encrypted music file in browser.", |
|
|
|