diff --git a/README.md b/README.md index 013c6da..4ed9a4d 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.52~ynh1 +**Shipped version:** 5.10.53~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 4c2bf5f..56608b5 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.52~ynh1 +**Versión actual:** 5.10.53~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 14bdfb2..cd422f9 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.52~ynh1 +**Paketatutako bertsioa:** 5.10.53~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 0fe00f9..f58d1ed 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.52~ynh1 +**Version incluse :** 5.10.53~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 28e5a14..f8c69f3 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.52~ynh1 +**Versión proporcionada:** 5.10.53~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md index 594a457..b50aa35 100644 --- a/README_id.md +++ b/README_id.md @@ -19,7 +19,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.10.52~ynh1 +**Versi terkirim:** 5.10.53~ynh1 **Demo:** diff --git a/README_nl.md b/README_nl.md index 7c1c86f..02d499a 100644 --- a/README_nl.md +++ b/README_nl.md @@ -19,7 +19,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.10.52~ynh1 +**Geleverde versie:** 5.10.53~ynh1 **Demo:** diff --git a/README_ru.md b/README_ru.md index 5b43db6..4cf183a 100644 --- a/README_ru.md +++ b/README_ru.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.52~ynh1 +**Поставляемая версия:** 5.10.53~ynh1 **Демо-версия:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 4837497..60ced5e 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.52~ynh1 +**分发版本:** 5.10.53~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 2929da1..d9bec09 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.52~ynh1" +version = "5.10.53~ynh1" maintainers = ["Sebastian Gumprich"] @@ -59,8 +59,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.52/invoiceninja.tar" - sha256 = "41582c9a912268928a32c4426953afbbdd8263b938ab0c245cce4e1cd46471b9" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.53/invoiceninja.tar" + sha256 = "23b5b7fc44adf6b41ef27ef559a58d68912e532304c60a4fcc2e62f9f5aa056d" format = "tar.gz" in_subdir = false autoupdate.strategy = "latest_github_release"