From b5e3caf217941ba9aef1171e71ad6b1829a71189 Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Mon, 31 Jul 2023 11:04:12 +0200 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecb295595a..e6052fe656 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-gesture-handler", - "version": "2.12.0", + "version": "2.12.1", "description": "Experimental implementation of a new declarative API for gesture handling in react-native", "scripts": { "prepare": "bob build && husky install",