From 18cb79f0cd3edf189c8fac926ee8cdb8a58b1174 Mon Sep 17 00:00:00 2001 From: Recep Kocur Date: Fri, 21 Jul 2023 16:03:55 +0300 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b904c41..b833bb6 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "react-native-screen-capture", "title": "React Native Screen Capture", - "version": "0.2.2", + "version": "0.2.3", "description": "react-native-screen-capture allows you to protect screens in your app from being captured or recorded, as well as be notified if a screenshot is taken while your app is foregrounded.", "main": "index.js", "files": [ "README.md", "android", "index.js", + "index.d.ts", "ios", "react-native-screen-capture.podspec" ],