From 902154a93f929ad535cb58d28179d541266e66e3 Mon Sep 17 00:00:00 2001 From: Santiago Date: Fri, 9 Aug 2024 14:26:44 -0500 Subject: [PATCH] chore: release 2.1.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5749bda..337c2a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-zoom-toolkit", - "version": "2.1.1", - "description": "Smoothly zoom any image, video or component you want in a performant way!", + "version": "2.1.2", + "description": "Smoothly zoom any image, video or component you want!", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts",