From 83339f8b5e60c69313283e4792df133d531e9fc2 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Mon, 3 Aug 2026 13:06:29 -0400 Subject: [PATCH] 9.0.0-dev.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4a68de..ed7da6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/keyboard", - "version": "8.0.5", + "version": "9.0.0-dev.0", "description": "The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",