Skip to content

Commit

Permalink
doc: 处理版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Oct 15, 2024
1 parent b4c615c commit 150e2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/admin/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function About() {
width={64}
height={64}
/>
<Chip color="success" variant="bordered">v1.0.0</Chip>
<Chip color="success" variant="bordered">v1.1.0</Chip>
<span>PicImpact 是一个摄影师专用的摄影作品展示网站,基于 Next.js 开发。</span>
<Divider className="my-4" />
<div className="flex flex-col w-full">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picimpact",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"author": "Bess Croft <[email protected]>",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 150e2a3

Please sign in to comment.