Skip to content

Commit

Permalink
v2.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Dec 10, 2024
1 parent af46d0a commit 1a7b36d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docmirror/dev-sidecar-cli",
"version": "1.8.9",
"version": "2.0.0",
"private": false,
"description": "给开发者的加速代理工具",
"author": "docmirror.cn",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docmirror/dev-sidecar",
"version": "1.8.9",
"version": "2.0.0",
"private": false,
"description": "给开发者的加速代理工具",
"author": "docmirror.cn",
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docmirror/dev-sidecar-gui",
"version": "1.8.9",
"version": "2.0.0",
"private": false,
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/src/bridge/update/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}-RC1`
const isPreRelease = curVersion.includes('-')

function downloadFile (uri, filePath, onProgress, onSuccess, onError) {
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/src/view/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}-RC1</span>
</div>
</a-layout-footer>
</a-layout>
Expand Down
2 changes: 1 addition & 1 deletion packages/mitmproxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docmirror/mitmproxy",
"version": "1.8.9",
"version": "2.0.0",
"private": false,
"description": "",
"author": "docmirror.cn",
Expand Down

0 comments on commit 1a7b36d

Please sign in to comment.