From 04495b0b57e88bab2ec331a1b9e4b6450dae9501 Mon Sep 17 00:00:00 2001 From: "os-botify[bot]" <140437396+os-botify[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:35:44 +0000 Subject: [PATCH] Update package.json version to 1.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e583a5..084d075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-key-command", - "version": "1.0.10", + "version": "1.0.11", "description": "A cross-platform module that registers and listens to specified keyboard events, dispatching the payload to JavaScript", "main": "lib/commonjs/index", "module": "lib/module/index",