From aabcb4de30ec29ffea5d645a0f7d9dff6d366475 Mon Sep 17 00:00:00 2001 From: "os-botify[bot]" <140437396+os-botify[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:51:48 +0000 Subject: [PATCH] Update version to: 1.0.10 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4f81db..a5ac781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-key-command", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-key-command", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1", diff --git a/package.json b/package.json index 82093bf..9e583a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-key-command", - "version": "1.0.9", + "version": "1.0.10", "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",