From 5ea31c3d7d602b27bbdc2ebc9b0daa0730a07f24 Mon Sep 17 00:00:00 2001 From: Fritz Leo Ochsmann <53190645+Randoooom@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:14:41 +0200 Subject: [PATCH] chore: bump server --- Cargo.lock | 2 +- Cargo.toml | 2 +- charts/feedback-fusion/Chart.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0829efb..7c4e617d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1020,7 +1020,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "feedback-fusion" -version = "0.1.2" +version = "0.1.3" dependencies = [ "aliri", "aliri_clock", diff --git a/Cargo.toml b/Cargo.toml index fcada3d4..144173eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feedback-fusion" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MIT" diff --git a/charts/feedback-fusion/Chart.yaml b/charts/feedback-fusion/Chart.yaml index 9c0b62cd..480664f1 100644 --- a/charts/feedback-fusion/Chart.yaml +++ b/charts/feedback-fusion/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.1.4 +version: 0.1.5 # 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: "0.1.2" +appVersion: "0.1.3"