diff --git a/uni_modules/uni-memorywarning/changelog.md b/uni_modules/uni-memorywarning/changelog.md index 0cc5ac21c8107a3d8246b9cd3e42086d174d67a5..7c1cb3d52e524df6c093cee7a97d74f0ad902735 100644 --- a/uni_modules/uni-memorywarning/changelog.md +++ b/uni_modules/uni-memorywarning/changelog.md @@ -1,5 +1,4 @@ -## 1.1.0(2022-11-30) -实现iOS平台内存警告监听 - +## 1.1.0(2022-12-05) +实现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 170bbecf14839d3a3a12395077ef8507705044f3..aa015a936ea73d8161f8d52e97c5bb3da080584c 100644 --- a/uni_modules/uni-memorywarning/package.json +++ b/uni_modules/uni-memorywarning/package.json @@ -59,7 +59,9 @@ "app-android": { "minVersion": "19" }, - "app-ios": "n" + "app-ios": { + "minVersion": "9" + } }, "H5-mobile": { "Safari": "n",