diff --git a/charts/awacs/Chart.yaml b/charts/awacs/Chart.yaml index 7a6397c..7f779d1 100644 --- a/charts/awacs/Chart.yaml +++ b/charts/awacs/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "0.3.4" +appVersion: "0.4.0" description: A Helm chart for Socketkit Awacs name: awacs -version: 0.1.4 +version: 0.2.0 type: application dependencies: diff --git a/charts/awacs/README.md b/charts/awacs/README.md index 327fcb8..e47c587 100644 --- a/charts/awacs/README.md +++ b/charts/awacs/README.md @@ -1,6 +1,6 @@ # awacs -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) A Helm chart for Socketkit Awacs diff --git a/docs/docs/guides/deployment/helm.md b/docs/docs/guides/deployment/helm.md index e87a51e..707b0e8 100644 --- a/docs/docs/guides/deployment/helm.md +++ b/docs/docs/guides/deployment/helm.md @@ -1,6 +1,6 @@ # Helm -![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.4](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) A Helm chart for Socketkit Awacs diff --git a/package-lock.json b/package-lock.json index e36bf80..5cc7be5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "awacs", - "version": "0.3.4", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "awacs", - "version": "0.3.4", + "version": "0.4.0", "dependencies": { "@grpc/grpc-js": "^1.3.6", "@grpc/proto-loader": "^0.6.4", diff --git a/package.json b/package.json index 32f42ca..b25a2b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awacs", - "version": "0.3.4", + "version": "0.4.0", "description": "Next-gen behavior analysis server with built-in encryption supporting HTTP2 and gRPC. Node.js, headless, API-only, horizontally scaleable.", "main": "src/index.js", "type": "module",