diff --git a/README.md b/README.md index 9312530..2e1fe15 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,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.11.59~ynh1 +**Shipped version:** 5.11.61~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index ae2cc26..eaa3ce7 100644 --- a/README_es.md +++ b/README_es.md @@ -21,7 +21,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.11.59~ynh1 +**Versión actual:** 5.11.61~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index c20a559..1063b7c 100644 --- a/README_eu.md +++ b/README_eu.md @@ -21,7 +21,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.11.59~ynh1 +**Paketatutako bertsioa:** 5.11.61~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index dd44bcf..8c755f0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,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.11.59~ynh1 +**Version incluse :** 5.11.61~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index e4603cb..e488b93 100644 --- a/README_gl.md +++ b/README_gl.md @@ -21,7 +21,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.11.59~ynh1 +**Versión proporcionada:** 5.11.61~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md index fa9e0d2..e5200db 100644 --- a/README_id.md +++ b/README_id.md @@ -21,7 +21,7 @@ Ini TIDAK boleh diedit dengan tangan. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Versi terkirim:** 5.11.59~ynh1 +**Versi terkirim:** 5.11.61~ynh1 **Demo:** diff --git a/README_nl.md b/README_nl.md index 1c016f6..1042f6a 100644 --- a/README_nl.md +++ b/README_nl.md @@ -21,7 +21,7 @@ Hij mag NIET handmatig aangepast worden. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Geleverde versie:** 5.11.59~ynh1 +**Geleverde versie:** 5.11.61~ynh1 **Demo:** diff --git a/README_pl.md b/README_pl.md index 0b639e0..2dd7019 100644 --- a/README_pl.md +++ b/README_pl.md @@ -21,7 +21,7 @@ Nie powinno być ono edytowane ręcznie. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Dostarczona wersja:** 5.11.59~ynh1 +**Dostarczona wersja:** 5.11.61~ynh1 **Demo:** diff --git a/README_ru.md b/README_ru.md index ba3c90d..62dc7ac 100644 --- a/README_ru.md +++ b/README_ru.md @@ -21,7 +21,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.11.59~ynh1 +**Поставляемая версия:** 5.11.61~ynh1 **Демо-версия:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 295d7dd..275e3ce 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -21,7 +21,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.11.59~ynh1 +**分发版本:** 5.11.61~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 7bd2447..5da3390 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,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.11.59~ynh1" +version = "5.11.61~ynh1" maintainers = ["Sebastian Gumprich"] @@ -61,8 +61,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.59/invoiceninja.tar" - sha256 = "f347fc093e1da67e70b9eff9d5ce9de4ce639fa814d4c38f72288ed765aae19c" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.11.61/invoiceninja.tar" + sha256 = "8eb207b8edb504bcd30cac408881e37bd3687a4973387494501288a2af24d72a" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"