From 7783c3a1af34b20fe6f75cf19e6ef3d4f36da908 Mon Sep 17 00:00:00 2001 From: Elliott Kember Date: Tue, 10 Oct 2023 09:13:18 -0700 Subject: [PATCH] chore: release 2.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e4bcfd..f770b2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openspacelabs/react-native-zoomable-view", - "version": "2.1.2", + "version": "2.1.3", "description": "A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.", "main": "lib/commonjs/index", "module": "lib/module/index",