Skip to content

Commit 367ee63

Browse files
committed
chore: 更新应用版本至 1.1.11
- 将 package.json 和 version.ts 中的应用版本号更新至 1.1.11,以保持一致性。
1 parent 29b6a87 commit 367ee63

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.10",
3+
"version": "1.1.11",
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.10';
5+
export const APP_VERSION = '1.1.11';
66
export const APP_NAME = 'nuwax-frontend';

0 commit comments

Comments
 (0)