From 1283889f41b64f8a2e4fbf72a0361d2090cff3a2 Mon Sep 17 00:00:00 2001 From: Grena Date: Sun, 26 Jun 2022 15:52:05 +0200 Subject: [PATCH] Update package version to 2.0.12 Align application's version with package's version for Debian Buster --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6faeba..c4664f5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in [Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password). -**Shipped version:** 2.0.8~ynh1 +**Shipped version:** 2.0.12~ynh1 **Demo:** https://demo.example.com ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index d40cfc8..95e39fb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour [Mosquitto](https://mosquitto.org/) vous permet d'interconnecter vos objets et applications avec un broker MQTT open source. Le client peut publier ou s'abonner après authentification (nom d'utilisateur, mot de passe). -**Version incluse :** 2.0.8~ynh1 +**Version incluse :** 2.0.12~ynh1 **Démo :** https://demo.example.com ## Avertissements / informations importantes diff --git a/manifest.json b/manifest.json index 06204b0..6ec9ebc 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Interconnect your objects and applications with an open source MQTT broker", "fr": "Interconnecter vos objets et vos applications grâce à un serveur MQTT open source" }, - "version": "2.0.8~ynh1", + "version": "2.0.12~ynh1", "url": "https://mosquitto.org/", "upstream": { "license": "MIT",