Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
zixing131 committed Jun 28, 2023
1 parent d3b901e commit c186fdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Nine-colored-deer",
"productName": "Nine-colored-deer",
"version": "0.1.0",
"version": "0.2.0",
"description": "openGiraffes pc client",
"main": ".webpack/main",
"scripts": {
Expand Down Expand Up @@ -121,4 +121,4 @@
"browser": {
"child_process": false
}
}
}
2 changes: 1 addition & 1 deletion src/components/AppPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { installApp } from '../services/device';
import { fetchAppVersion, getAppBySlug } from '../services/store';
import { BrowserLink } from '../ui-components/BrowserLink';
import { Button } from '../ui-components/Button';
import { Panel, PanelContent, PanelHeader } from '../ui-components/panel';
import { Typography } from '../ui-components/Typography';
import { Panel, PanelContent, PanelHeader } from '../ui-components/panel';
import styles from './AppPanel.module.css';
import { ImageScroller } from './ImageScroller';

Expand Down

0 comments on commit c186fdd

Please sign in to comment.