diff --git a/README.md b/README.md index 98547f0..2f69ea7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Friendica is a decentralised communications platform that integrates social comm Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted. -**Shipped version:** 2022.10~ynh1 +**Shipped version:** 2022.12~ynh1 **Demo:** https://dir.friendica.social/servers diff --git a/README_fr.md b/README_fr.md index e9ffa47..b1323a9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Friendica is a decentralised communications platform that integrates social comm Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted. -**Version incluse :** 2022.10~ynh1 +**Version incluse :** 2022.12~ynh1 **Démo :** https://dir.friendica.social/servers diff --git a/manifest.json b/manifest.json index 4dfde4c..0c4f343 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Social Communication Server", "fr": "Serveur de Communication Social" }, - "version": "2022.10~ynh1", + "version": "2022.12~ynh1", "url": "http://friendi.ca", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index a4ce60c..2324b43 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,9 +5,9 @@ #================================================= # commit hashes -# 2022.06 -version_commit="ca3dcdad04a69b91f67c0e7567d391a48d944bf9" -addons_version_commit="e0ad3e0fc778ce202021fb5e2dd3cc2a94496b8c" +# 2022.12 +version_commit="8b3a9fc58a969a3d9202f6858d5228f3a28be1ef" +addons_version_commit="f922d69310f5229d2e9404f396d66453b2d19d90" # dependencies used by the app YNH_PHP_VERSION="7.4"