Update package.json

This commit is contained in:
Recep Kocur 2023-07-21 16:03:55 +03:00
parent ce6be5dc3c
commit 18cb79f0cd

View File

@ -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"
],