From 0bdc39405cc2b66ad0aea9df95511f7d77b45784 Mon Sep 17 00:00:00 2001 From: Rodolphe Lemasquerier Date: Fri, 3 Nov 2023 15:03:57 +0100 Subject: [PATCH] chore: bump to 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2aedceb..43a4aec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rlemasquerier/react-native-keyboard-scrollview", - "version": "0.1.2", + "version": "0.1.3", "description": "A react-native scrollview that will avoid the keyboard when focusing some inputs", "main": "lib/commonjs/index", "module": "lib/module/index",