From 7392fc18abc1eb93b9377bd198e9d86ab3326d2f Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Tue, 31 May 2022 17:48:04 -0600 Subject: [PATCH] bump to 2022.03 --- manifest.json | 2 +- scripts/_common.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 704cf4a..4ca9313 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Social Communication Server", "fr": "Serveur de Communication Social" }, - "version": "2022.02~ynh1", + "version": "2022.03~ynh1", "url": "http://friendi.ca", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index d831678..8c5cefb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,9 +5,9 @@ #================================================= # commit hashes -# 2021.09 -version_commit="72c4ed95f16e82239924099254a3d8fc9638cd07" -addons_version_commit="dd6bf79e194ed5bdf0a40ee3c5ad76cceb24d31d" +# 2022.03 +version_commit="f660c3894411d5a55ad201b0da8d46715b5b5002" +addons_version_commit="c35a6d58345ef7f99534f465d8453bccdca80450" # dependencies used by the app YNH_PHP_VERSION="7.3"