From d6dffeddc578836cb87a8a74adb4f71627d83ea5 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Wed, 8 Dec 2021 21:55:49 +0000
Subject: [PATCH] Bump version

---
 helm/api/Chart.yaml | 4 ++--
 package.json        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm/api/Chart.yaml b/helm/api/Chart.yaml
index 39e74c3..a072fe4 100644
--- a/helm/api/Chart.yaml
+++ b/helm/api/Chart.yaml
@@ -15,10 +15,10 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.3.1
+version: 0.3.2
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "2.2.4"
+appVersion: "2.3.0"
diff --git a/package.json b/package.json
index 07e7d25..603a308 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "jetsam-api",
-  "version": "2.2.3",
+  "version": "2.3.0",
   "description": "The Jetsam App API Server",
   "main": "server.js",
   "scripts": {
-- 
GitLab