From b3cb77da90077da7a06fa238025afa66816ef5ac Mon Sep 17 00:00:00 2001 From: wan201809 Date: Fri, 20 Dec 2024 15:48:48 +0800 Subject: [PATCH] update package.json version -> 1.0.40 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 02665020..aa204c47 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "id": "hello-uniapp-x-alpha", "name": "hello-uniapp-x-alpha", "displayName": "hello-uniapp-x-alpha", - "version": "1.0.39", + "version": "1.0.40", "description": "演示 uni-app x 框架的组件、接口、模板", "scripts": { "check-commit": "node ./git-hooks/check-commit.cjs" @@ -88,4 +88,4 @@ } } } -} \ No newline at end of file +} -- GitLab