Skip to content

Commit 4bbf071

Browse files
v2.0.0-RC3
1 parent 8a96850 commit 4bbf071

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docmirror/dev-sidecar-cli",
3-
"version": "1.8.9",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "给开发者的加速代理工具",
66
"author": "docmirror.cn",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docmirror/dev-sidecar",
3-
"version": "1.8.9",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "给开发者的加速代理工具",
66
"author": "docmirror.cn",

packages/gui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docmirror/dev-sidecar-gui",
3-
"version": "1.8.9",
3+
"version": "2.0.0",
44
"private": false,
55
"author": {
66
"email": "[email protected]",

packages/gui/src/bridge/update/backend.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import log from '../../utils/util.log'
1313
const isMac = process.platform === 'darwin'
1414
const isLinux = process.platform === 'linux'
1515

16-
const curVersion = pkg.version
16+
const curVersion = `${pkg.version}-RC3`
1717
const isPreRelease = curVersion.includes('-')
1818

1919
function downloadFile (uri, filePath, onProgress, onSuccess, onError) {

packages/gui/src/view/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
</a-layout-content>
8888
<a-layout-footer>
8989
<div class="footer">
90-
©2020-2024 docmirror.cn by Greper, WangLiang <span>{{ info.version }}</span>
90+
©2020-2024 docmirror.cn by Greper, WangLiang <span>{{ info.version }}-RC3</span>
9191
</div>
9292
</a-layout-footer>
9393
</a-layout>

packages/mitmproxy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docmirror/mitmproxy",
3-
"version": "1.8.9",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "",
66
"author": "docmirror.cn",

0 commit comments

Comments
 (0)