From 0614f13defec59472ed6d2fc7f4929e3e6eeb56b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julian=20B=C3=A4ume?= <julian.baeume@open-xchange.com>
Date: Fri, 8 Oct 2021 16:21:36 +0200
Subject: [PATCH] bump app versions to 1.1.0

this is going to be the next release, with incompatible API
---
 helm/core-manifest-service/Chart.yaml | 4 ++--
 package.json                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm/core-manifest-service/Chart.yaml b/helm/core-manifest-service/Chart.yaml
index 2bfcf0d..ac277f4 100644
--- a/helm/core-manifest-service/Chart.yaml
+++ b/helm/core-manifest-service/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: 1.0.0
+version: 1.1.0
 
 # 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: "1.0.0"
+appVersion: "1.1.0"
diff --git a/package.json b/package.json
index 9eefad7..4b739b4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "manifest-service",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "Provides a combined manifest.json",
   "type": "module",
   "main": "src/index.js",
-- 
GitLab