From cba1d0f2b431535e67d5754142a1fd03d73d2921 Mon Sep 17 00:00:00 2001 From: Atlassian Bamboo Date: Tue, 18 Jul 2023 20:41:11 +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 8aa43b1e..ac80bfe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adguard/scriptlets", - "version": "1.9.51", + "version": "1.9.52", "description": "AdGuard's JavaScript library of Scriptlets and Redirect resources", "scripts": { "build": "babel-node -x .js,.ts scripts/build.js",