From 447476ab9bcf112743277d89e355809967393624 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 6 Oct 2024 14:27:46 -0400 Subject: [PATCH] New npm package version --- platform/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/npm/package.json b/platform/npm/package.json index a65faffd37569..74625c48e8f26 100644 --- a/platform/npm/package.json +++ b/platform/npm/package.json @@ -1,6 +1,6 @@ { "name": "@gorhill/ubo-core", - "version": "0.1.26", + "version": "0.1.27", "description": "To create a working instance of uBlock Origin's static network filtering engine", "type": "module", "main": "index.js",