Skip to content

Commit 6a939ad

Browse files
committed
🔖 Update version to 3.10.0
1 parent db90a44 commit 6a939ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "client",
33
"description": "生财有迹(Wealth Tracker),客户端代码实现。",
4-
"version": "3.9.0",
4+
"version": "3.10.0",
55
"author": "nicejade",
66
"type": "module",
77
"scripts": {

client/src/components/DetailTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
{getCurrencyName(item.currency) + ($language ? '' : '')}
8080
</TableBodyCell>
8181
<TableBodyCell class="p-5">
82-
{dayjs(item.created).format('MM-DD hh:mm')}
82+
{dayjs(item.created).format('MM-DD HH:mm')}
8383
</TableBodyCell>
8484
<TableBodyCell class="p-5">
8585
<Button

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wealth-tracker",
33
"description": "生财有迹(Wealth Tracker)是一款专注于个人资产分析的应用程序。其核心功能是:全面记录并展示用户的资产状况,帮助用户清晰地了解财务现状;结合每种资产的特性和当前经济环境,利用 AI 技术进行分析,并提供适宜的财务建议。",
4-
"version": "3.9.0",
4+
"version": "3.10.0",
55
"author": "nicejade",
66
"scripts": {
77
"build:client": "lerna run build --scope=client",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "server",
33
"description": "生财有迹(Wealth Tracker),服务端代码实现。",
4-
"version": "3.9.0",
4+
"version": "3.10.0",
55
"author": "nicejade",
66
"main": "index.ts",
77
"scripts": {

0 commit comments

Comments
 (0)