From adf6343d9c0e3ba3cc7c2ea60f9205689812e99b Mon Sep 17 00:00:00 2001 From: Lethe <37437842+0xlethe@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:41:12 +0900 Subject: [PATCH] release: v1.9.4 --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7788506..f020983 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ - allow, prevent Android, iOS Capture Event - allow, prevent iOS Record Screen - Provider, Hooks -- >= RN 0.64 +- > = RN 0.64 +- support Android 14 ## Installation diff --git a/package.json b/package.json index bb7e701..58076ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-capture-protection", - "version": "1.9.3", + "version": "1.9.4", "description": "It’s a library for React Native to control simple capture events(i.e. Screenshot or Screen record)", "main": "lib/commonjs/index", "module": "lib/module/index",