v2.0.0-RC3
parent
8a96850e42
commit
4bbf071edc
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docmirror/dev-sidecar-cli",
|
||||
"version": "1.8.9",
|
||||
"version": "2.0.0",
|
||||
"private": false,
|
||||
"description": "给开发者的加速代理工具",
|
||||
"author": "docmirror.cn",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docmirror/dev-sidecar",
|
||||
"version": "1.8.9",
|
||||
"version": "2.0.0",
|
||||
"private": false,
|
||||
"description": "给开发者的加速代理工具",
|
||||
"author": "docmirror.cn",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docmirror/dev-sidecar-gui",
|
||||
"version": "1.8.9",
|
||||
"version": "2.0.0",
|
||||
"private": false,
|
||||
"author": {
|
||||
"email": "xiaojunnuo@qq.com",
|
||||
|
|
|
@ -13,7 +13,7 @@ import log from '../../utils/util.log'
|
|||
const isMac = process.platform === 'darwin'
|
||||
const isLinux = process.platform === 'linux'
|
||||
|
||||
const curVersion = pkg.version
|
||||
const curVersion = `${pkg.version}-RC3`
|
||||
const isPreRelease = curVersion.includes('-')
|
||||
|
||||
function downloadFile (uri, filePath, onProgress, onSuccess, onError) {
|
||||
|
|
|
@ -87,7 +87,7 @@ export default {
|
|||
</a-layout-content>
|
||||
<a-layout-footer>
|
||||
<div class="footer">
|
||||
©2020-2024 docmirror.cn by Greper, WangLiang <span>{{ info.version }}</span>
|
||||
©2020-2024 docmirror.cn by Greper, WangLiang <span>{{ info.version }}-RC3</span>
|
||||
</div>
|
||||
</a-layout-footer>
|
||||
</a-layout>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docmirror/mitmproxy",
|
||||
"version": "1.8.9",
|
||||
"version": "2.0.0",
|
||||
"private": false,
|
||||
"description": "",
|
||||
"author": "docmirror.cn",
|
||||
|
|
Loading…
Reference in New Issue