From a0afa2897c93a460b7f3e80c5307e2c39297e47b Mon Sep 17 00:00:00 2001 From: wandali Date: Fri, 2 Feb 2024 20:46:58 +0800 Subject: [PATCH] * update 4.01.2024020211-alpha --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2d8c8b73..0f79bb0a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,5 @@ +## 1.0.11 +* update 4.01.2024020211-alpha + ## 1.0.10 * update 4.0.2024012711-alpha diff --git a/package.json b/package.json index 3fe4de2f..7ab3b3cf 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.10", + "version": "1.0.11", "description": "演示 uni-app x 框架的组件、接口、模板", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" -- GitLab