diff --git a/README.md b/README.md index 81fc040..4bf2ddd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Create a workspace for a team with file management, contact, chat... -**Shipped version:** 1.0~ynh2 +**Shipped version:** 23.10.3~ynh1 ## Documentation and resources * Official app website: @@ -39,4 +39,4 @@ or sudo yunohost app upgrade agora -u https://github.com/YunoHost-Apps/agora_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 6cb797b..8336485 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat... -**Version incluse :** 1.0~ynh2 +**Version incluse :** 23.10.3~ynh1 ## Documentations et ressources * Site officiel de l’app : diff --git a/manifest.toml b/manifest.toml index e6d8e3b..d57da1c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Agora" description.en = "Software for collaboration and creation of digital space" description.fr = "Logiciel de collaboration et de création d'espace numérique" -version = "1.0~ynh2" +version = "23.10.3~ynh1" maintainers = ["frju365"] @@ -58,8 +58,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://codeload.github.com/xech/agora-project/tar.gz/e03ed276341c2785285e8fa026538c8449705ef3" - sha256 = "36fccd6946f5297d701bc2c0bab218030d58f264b00d651e272f88523ad15759" + url = "https://github.com/xech/agora-project/archive/refs/tags/23.10.3.tar.gz" + sha256 = "e4335a04d8f0e56982bba3cd0b1ae86f3d0887cb998bd22706dd78e75950520a" autoupdate.strategy = "latest_github_release" autoupdate.asset = "tarball"