From baaa7498655dc78a74026272535f7dcdaf9ade43 Mon Sep 17 00:00:00 2001 From: Lethe <37437842+wn-na@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:58:14 +0900 Subject: [PATCH] chore: update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 180e61c..391da7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-capture-protection", - "version": "1.9.12", + "version": "1.9.13", "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",