Skip to content

Commit 4e9feb1

Browse files
Fix Versioning
Skip 3.2.0 since it was already published. the next available feature change version is 3.3.x.
1 parent 19fc3ee commit 4e9feb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

specs/SHIELD.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3967,7 +3967,7 @@
39673967
},
39683968
"description": "Deprive your threats of practical significance. Deploy the Securing Privilege Access architecture. All in a few seconds.",
39693969
"title": "SHI Environment Lockdown and Defense",
3970-
"version": "4.0.0"
3970+
"version": "3.3.0"
39713971
},
39723972
"openapi": "3.1.1",
39733973
"paths": {

src/shield/TypeScript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/shield/TypeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shi-corp/sdk-shield",
3-
"version": "4.0.0",
3+
"version": "3.3.0",
44
"type": "module",
55
"main": "bin/index.js",
66
"description": "SDK client used to interface with the SHIELD application.",

0 commit comments

Comments
 (0)