From 39ae8a6d5b3cae9347b78cbd824a65a1f3bd9f11 Mon Sep 17 00:00:00 2001 From: Atlassian Bamboo Date: Thu, 12 Sep 2024 13:47:02 +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 ba0a02e86..90d6f5116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adguard/scriptlets", - "version": "1.11.29", + "version": "1.11.30", "description": "AdGuard's JavaScript library of Scriptlets and Redirect resources", "scripts": { "build": "babel-node -x .js,.ts scripts/build.js",