From e3e8e6e8bef93e51c7206874fedfc0b810040d4b Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Wed, 8 Dec 2021 15:57:59 +0000 Subject: [PATCH] Bump version --- helm/api/Chart.yaml | 4 ++-- package.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/helm/api/Chart.yaml b/helm/api/Chart.yaml index 8bc50c1..39e74c3 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.0 +version: 0.3.1 # 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.0" +appVersion: "2.2.4" diff --git a/package.json b/package.json index 490e5b3..d71f47c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jetsam-api", - "version": "2.2.2", + "version": "2.2.3", "description": "The Jetsam App API Server", "main": "server.js", "scripts": { @@ -8,6 +8,7 @@ "watch:queue": "NODE_PATH=src QUEUE_ACTION=consumer DEBUG=server:* nodemon worker --ignore './client/src' --ignore './certs' --ignore 'google-storage.json'", "exec:env": "docker-compose -p jetenv up", "exec:ngrok": "ngrok http 7124 --hostname trash.4l2.uk", + "exec:check_img": "NODE_PATH=src node scripts/exec-boot 'node scripts/check_img.js'", "test": "NODE_ENV=testing NODE_PATH=src node scripts/jest.js", "start": "NODE_PATH=src node server", "cmd": "NODE_PATH=src node run", -- GitLab