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