From f7468a45d2931e6eaaa2cea89b611cb0c57db45f Mon Sep 17 00:00:00 2001 From: wandali Date: Tue, 26 Mar 2024 08:20:19 +0800 Subject: [PATCH] * update 4.06.2024032513 --- changelog.md | 3 +++ package.json | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 54ff9bfb..35196e85 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 1.0.10 +* update 4.06.2024032513 + ## 1.0.16 * update 4.06.2024032403-alpha diff --git a/package.json b/package.json index 283a6c30..a5d5a3e6 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "id": "hello-uniapp-x-alpha", - "name": "hello-uniapp-x-alpha", - "displayName": "hello-uniapp-x-alpha", - "version": "1.0.16", + "id": "hello-uniapp-x", + "name": "hello-uniapp-x", + "displayName": "hello-uniapp-x", + "version": "1.0.10", "description": "演示 uni-app x 框架的组件、接口、模板", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" -- GitLab