From 210753ebaf0e7f44fe91964465d49cf52af450e8 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Mon, 21 Apr 2025 22:29:44 -0700 Subject: [PATCH] Bump version to 1.0.6b --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1636945..a8dd0cfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quine-electron-drag-click", - "version": "1.0.6", + "version": "1.0.6b", "description": "A native module that propagates click events to draggable areas in Electron on macOS.", "main": "index.js", "scripts": {