diff --git a/cli/package.json b/cli/package.json index 1947597..d53c9fd 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/platform-cli", - "version": "1.1.0", + "version": "1.2.0", "description": "NowSecure command line tool to interact with NowSecure Platform", "author": "NowSecure", "bin": { diff --git a/github-snapshot/package.json b/github-snapshot/package.json index 9660a15..f43e90c 100644 --- a/github-snapshot/package.json +++ b/github-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/github-snapshot", - "version": "1.1.0", + "version": "1.2.0", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", diff --git a/lib/package.json b/lib/package.json index 7196bf4..750295a 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@nowsecure/platform-lib", "description": "A library to interact with NowSecure Platform", - "version": "1.1.0", + "version": "1.2.0", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", diff --git a/package.json b/package.json index 27be384..d1cd868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/platform-lib-monorepo", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "author": "NowSecure", "scripts": { diff --git a/sarif/package.json b/sarif/package.json index 800e877..582706b 100644 --- a/sarif/package.json +++ b/sarif/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/sarif", - "version": "1.1.0", + "version": "1.2.0", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT",