diff --git a/README.md b/README.md index 2c68a42..e6d0ef5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Shipped version:** 5.10.8~ynh1 +**Shipped version:** 5.10.9~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index e4fad29..e6d1baf 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Versión actual:** 5.10.8~ynh1 +**Versión actual:** 5.10.9~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index da9482e..47cf5b2 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Paketatutako bertsioa:** 5.10.8~ynh1 +**Paketatutako bertsioa:** 5.10.9~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 0e85dd0..9dd8d50 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients. -**Version incluse :** 5.10.8~ynh1 +**Version incluse :** 5.10.9~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index ee16489..a9ef589 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Versión proporcionada:** 5.10.8~ynh1 +**Versión proporcionada:** 5.10.9~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index abb7493..5225732 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**分发版本:** 5.10.8~ynh1 +**分发版本:** 5.10.9~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index ade6c25..5fc75de 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "InvoiceNinja 5" description.en = "Create and email invoices, track payments, expenses, and time tasks" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" -version = "5.10.8~ynh1" +version = "5.10.9~ynh1" maintainers = ["Sebastian Gumprich"] @@ -58,8 +58,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.8/invoiceninja.tar" - sha256 = "7af223018ab5feb5aaea1128b8efde0ed7ae67202c6a4155d279f8ddc8139629" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.9/invoiceninja.tar" + sha256 = "ab67832fdf74acbb1c953405a35210328712d2a351dceded4be74723f8435c44" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"