From 82f31e78639e89eec5354bcab4cc9bfa60f2785f Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 4 Dec 2021 12:34:36 -0500 Subject: [PATCH] Bump npm package version number --- 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 dd46f941a..8d6f571c2 100644 --- a/platform/npm/package.json +++ b/platform/npm/package.json @@ -1,6 +1,6 @@ { "name": "@gorhill/ubo-core", - "version": "0.1.11", + "version": "0.1.12", "description": "To create a working instance of uBlock Origin's static network filtering engine", "type": "module", "main": "index.js",