Skip to content

Commit

Permalink
doc: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Nov 16, 2024
1 parent 07ca467 commit 776dff3
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 @@ -53,7 +53,7 @@ export default function About() {
/>
</svg>

<p className="whitespace-nowrap text-sm">v2.0.2</p>
<p className="whitespace-nowrap text-sm">v2.0.3</p>
</span>
<span>PicImpact 是一个摄影师专用的摄影作品展示网站,基于 Next.js + Hono.js 开发。</span>
<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": "2.0.2",
"version": "2.0.3",
"private": true,
"author": "Bess Croft <[email protected]>",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 776dff3

Please sign in to comment.