Skip to content

Commit 51634a6

Browse files
committed
chore(version): 更新应用版本至1.1.4
- 将`package.json`和`src/constants/version.ts`中的应用版本号更新至1.1.4,以反映最新的版本发布。 - 该改动旨在保持版本信息的一致性,确保用户和开发者能够准确识别当前应用版本。
1 parent a0dd846 commit 51634a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuwax-frontend",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"private": false,
55
"homepage": "https://nuwax.com",
66
"bugs": {

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* 应用版本信息
33
* 此文件由 scripts/generate-version.js 自动生成,请勿手动修改
44
*/
5-
export const APP_VERSION = '1.1.3';
5+
export const APP_VERSION = '1.1.4';
66
export const APP_NAME = 'nuwax-frontend';

0 commit comments

Comments
 (0)