diff --git a/core/package-lock.json b/core/package-lock.json index 340e14a..6ab031f 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,5 +1,5 @@ { "name": "@fortinet/autoscale-core", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1 } diff --git a/core/package.json b/core/package.json index f61505d..f1608a7 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@fortinet/autoscale-core", - "version": "3.4.0", + "version": "3.4.1", "description": "Fortinet Autoscale project(s), core module.", "main": "./dist/index.js", "exports": { diff --git a/fortigate-autoscale/package-lock.json b/fortigate-autoscale/package-lock.json index df7ac63..f718d95 100644 --- a/fortigate-autoscale/package-lock.json +++ b/fortigate-autoscale/package-lock.json @@ -1,6 +1,6 @@ { "name": "@fortinet/fortigate-autoscale", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/fortigate-autoscale/package.json b/fortigate-autoscale/package.json index f5ef311..1175cf3 100644 --- a/fortigate-autoscale/package.json +++ b/fortigate-autoscale/package.json @@ -1,6 +1,6 @@ { "name": "@fortinet/fortigate-autoscale", - "version": "3.4.0", + "version": "3.4.1", "description": "Fortinet Autoscale project(s), fortigate autoscale module.", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/package-lock.json b/package-lock.json index 05c730e..d4c3a4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@fortinet/autoscale", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 187fa7a..82a6833 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fortinet/autoscale", "description": "Fortinet Autoscale project(s), core module.", - "version": "3.4.0", + "version": "3.4.1", "main": "fortigate-autoscale/dist/index.js", "types": "fortigate-autoscale/dist/types/index.d.ts", "scripts": {