diff --git a/README.md b/README.md index 31c11ba..1a4b62f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Second-generation server for Firefox Sync written in Rust. -**Shipped version:** +**Shipped version:** 0.13.7-20230926~ynh1 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 0bb6647..c1a2d30 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Ceci est une fausse description des fonctionalités de l'app -**Version incluse :** +**Version incluse :** 0.13.7-20230926~ynh1 ## Documentations et ressources * Site officiel de l’app : diff --git a/manifest.toml b/manifest.toml index fc1bf4d..2f89fd9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,9 +3,8 @@ packaging_format = 2 id = "syncstorage-rs" name = "Firefox Sync Storage (new)" -[description] - en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances." - fr = "New Firefox Sync Storage implemented in Rust." +description.en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances." +description.fr = "New Firefox Sync Storage implemented in Rust." version = "0.13.7-20230926~ynh1" @@ -79,4 +78,4 @@ ram.runtime = "50M" # This will automatically provision/deprovison a database and store the corresponding credentials in settings $db_user, $db_name, $db_pwd [resources.database] type = "mysql" - \ No newline at end of file +