diff --git a/README.md b/README.md index 30bdd33..a8e7575 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 Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. -**Shipped version:** 23.11.0~ynh1 +**Shipped version:** 24.2.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 44f8828..0efd1e5 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) po Actual est un outil de finances personnelles local. Il est 100% gratuit et open-source, écrit en NodeJS, il dispose d'un élément de synchronisation afin que toutes vos modifications puissent se déplacer entre les appareils sans aucune lourde charge. -**Version incluse :** 23.11.0~ynh1 +**Version incluse :** 24.2.0~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index d823393..77d44de 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Actual" description.en = "Local-first personal finance tool" description.fr = "Premier outil de finances personnelles local" -version = "23.11.0~ynh1" +version = "24.2.0~ynh1" maintainers = ["eric_G"] @@ -40,8 +40,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.11.0.tar.gz" - sha256 = "bd60fd8cd5d9e70ece16550c8ef0f4ab92af1d1b6eb14be070551b7372043776" + url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v24.2.0.tar.gz" + sha256 = "703e0a7533e399f7645ab5305f6b67d18b9ea7c123f59af92b8f4108c6ce99c8" autoupdate.strategy = "latest_github_tag" [resources.system_user]