From 3016e52f272e403167ec4783d3e9559ebf05b93c Mon Sep 17 00:00:00 2001 From: wandali Date: Sun, 18 Aug 2024 13:31:18 +0800 Subject: [PATCH] * update 4.25.2024081703-alpha --- changelog.md | 3 +++ package.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 0f79bb0a..16408fd8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 1.0.28 +* update 4.25.2024081703-alpha + ## 1.0.11 * update 4.01.2024020211-alpha diff --git a/package.json b/package.json index 3681594b..76159d81 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "id": "hello-uniapp-x-alpha", "name": "hello-uniapp-x-alpha", "displayName": "hello-uniapp-x-alpha", - "version": "1.0.11", + "version": "1.0.28", "description": "演示 uni-app x 框架的组件、接口、模板", "scripts": { - "check-commit": "node ./git-hooks/check-commit.cjs" + "check-commit": "node ./git-hooks/check-commit.cjs" }, "repository": "https://gitcode.net/dcloud/hello-uni-app-x", "keywords": [ @@ -88,4 +88,4 @@ } } } -} +} \ No newline at end of file -- GitLab