From e287ed84b0cda6f4fe1c86191a97c1473b1baebd Mon Sep 17 00:00:00 2001 From: Atlassian Bamboo Date: Thu, 1 Aug 2024 17:58:41 +0300 Subject: [PATCH] skipci: Automatic increment build number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50a9dae1..52301eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adguard/scriptlets", - "version": "1.11.15", + "version": "1.11.16", "description": "AdGuard's JavaScript library of Scriptlets and Redirect resources", "scripts": { "build": "babel-node -x .js,.ts scripts/build.js",