From c7dfe98fceca7a191ee54f5426e312885d479bc2 Mon Sep 17 00:00:00 2001 From: Nikolay Frantsev Date: Thu, 2 Apr 2020 18:01:53 +0300 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b96bc3..88a049e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tc-string-parse", "description": "Simple JavaScript parser for transparency and consent strings compatible with TCF 2.0.", - "version": "1.1.1", + "version": "1.2.0", "repository": { "type": "git", "url": "https://github.com/audienceproject/tc-string-parse"