From e20d0def4be1dca3741f7bcb2ee58b4a01882c5b Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 1 Jan 2024 20:16:06 +0300 Subject: [PATCH] update new version --- README.md | 4 ++-- README_fr.md | 4 ++-- manifest.toml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 88bf7ec..acb442f 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 MAKET Appointment Portal for Schools, Universities and Organizations -**Shipped version:** 1.5.0-p1 +**Shipped version:** 1.5.0-p3 ## Screenshots @@ -27,7 +27,7 @@ MAKET Appointment Portal for Schools, Universities and Organizations ## Documentation and resources -* Upstream app code repository: +* Upstream app code repository: * YunoHost Store: * Report a bug: diff --git a/README_fr.md b/README_fr.md index 58dfe24..44e7fe5 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 MAKET Appointment Portal for Schools, Universities and Organizations -**Version incluse :** 1.5.0-p1 +**Version incluse :** 1.5.0-p3 ## Captures d’écran @@ -27,7 +27,7 @@ MAKET Appointment Portal for Schools, Universities and Organizations ## Documentations et ressources -* Dépôt de code officiel de l’app : +* Dépôt de code officiel de l’app : * YunoHost Store: * Signaler un bug : diff --git a/manifest.toml b/manifest.toml index 10e04e7..1115d01 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "MAKET Randevu" description.en = "MAKET Appointment Portal for Schools, Universities and Organizations" description.tr = "Okullar, Üniversiteler ve Organizasyonlar için MAKET Randevu Portalı" -version = "1.5.0-p1" +version = "1.5.0-p3" maintainers = ["asandikci"] @@ -14,7 +14,7 @@ license = "GPL-3.0-only" # website = "https://maket.org/services/randevu" # demo = "https://randevu.maket.org/" # admindoc = "https://easyappointments.org/docs.html#1.4.3/readme.md" -code = "https://git.aliberksandikci.com.tr/MAKET/MaketRandevu" +code = "https://git.aliberksandikci.com.tr/maket/MaketRandevu" [integration] yunohost = ">= 11.2" @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://git.aliberksandikci.com.tr/maket/MaketRandevu/releases/download/v1.5.0-p1/maketrandevu-1.5.0-p1.zip" - sha256 = "635a10ab74e8c493471488ff60cf591dc3153a51cf6dbd28182e9542e9f1f18d" + url = "https://git.aliberksandikci.com.tr/maket/MaketRandevu/releases/download/v1.5.0-p3/maketrandevu-1.5.0-p3.zip" + sha256 = "6860a4c92e418f9e730cc3e993bc2d51dccca2b3dad7c1e127fe941e8ff2b20a" in_subdir = false autoupdate.strategy = "latest_github_tag"