Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chornns committed Sep 3, 2024
1 parent 746c437 commit eb5641b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nowsecure/platform-cli",
"version": "1.2.0",
"version": "1.2.1",
"description": "NowSecure command line tool to interact with NowSecure Platform",
"author": "NowSecure",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion github-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nowsecure/github-snapshot",
"version": "1.2.0",
"version": "1.2.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nowsecure/platform-lib",
"description": "A library to interact with NowSecure Platform",
"version": "1.2.0",
"version": "1.2.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nowsecure/platform-lib-monorepo",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"author": "NowSecure",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sarif/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nowsecure/sarif",
"version": "1.2.0",
"version": "1.2.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit eb5641b

Please sign in to comment.