Skip to content

Commit

Permalink
release(v0.2.0): 修复已知问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetingyuan committed Dec 25, 2023
1 parent 525642b commit 562bc3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions docs/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "0.2.0",
"changelog": [
"修复已知问题"
],
"date": "2023-12-25T06:37:32.314Z"
},
{
"version": "0.1.0",
"changelog": [
Expand Down Expand Up @@ -27,12 +34,5 @@
"修复构建问题"
],
"date": "2023-06-15T03:21:25.104Z"
},
{
"version": "0.0.47",
"changelog": [
"优化构建流程"
],
"date": "2023-06-15T02:53:49.713Z"
}
]
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minibili",
"version": "0.1.0",
"version": "0.2.0",
"description": "minimum bilibili apk",
"unpkg": "docs/version.json",
"files": [
Expand Down Expand Up @@ -97,8 +97,8 @@
]
},
"config": {
"versionCode": 55,
"changelog": "去除登录 重构关注"
"versionCode": 56,
"changelog": "修复已知问题"
},
"gitHead": "e74c8ea"
"gitHead": "525642b"
}

0 comments on commit 562bc3f

Please sign in to comment.