From 862a6d8c1dad864ed3d592183852f76699937740 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Wed, 30 Nov 2022 19:16:03 +0800 Subject: [PATCH] =?UTF-8?q?uni-memorywarning=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E3=80=81=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-memorywarning/changelog.md | 7 +++++-- uni_modules/uni-memorywarning/package.json | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/uni_modules/uni-memorywarning/changelog.md b/uni_modules/uni-memorywarning/changelog.md index 281329b..0cc5ac2 100644 --- a/uni_modules/uni-memorywarning/changelog.md +++ b/uni_modules/uni-memorywarning/changelog.md @@ -1,2 +1,5 @@ -## 1.0.0(2022-11-12) -支持内存警告监听功能 +## 1.1.0(2022-11-30) +实现iOS平台内存警告监听 + +## 1.0.0(2022-11-12) +实现Android平台内存警告监听功能 diff --git a/uni_modules/uni-memorywarning/package.json b/uni_modules/uni-memorywarning/package.json index a55621e..170bbec 100644 --- a/uni_modules/uni-memorywarning/package.json +++ b/uni_modules/uni-memorywarning/package.json @@ -1,14 +1,14 @@ { "id": "uni-memorywarning", "displayName": "uni-MemoryWarning", - "version": "1.0.0", + "version": "1.1.0", "description": "UTS 实现内存警告监听", "keywords": [ "onMemoryWarning" ], "repository": "", "engines": { - "HBuilderX": "^3.6.9" + "HBuilderX": "^3.6.11" }, "dcloudext": { "type": "uts", -- GitLab