From 30584c7fdd1377f18103fdec71f83477d21abb3c Mon Sep 17 00:00:00 2001 From: Lionel Coupouchetty-Ramouchetty Date: Wed, 27 Jan 2021 17:06:47 +0100 Subject: [PATCH] feat: bump to restic 0.11.0 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddc670d..96a9c6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Restic for YunoHost -[![Latest Version](https://img.shields.io/badge/version-0.9.6-green.svg?style=flat)](https://github.com/YunoHost-Apps/restic_ynh/releases) +[![Latest Version](https://img.shields.io/badge/version-0.11.0-green.svg?style=flat)](https://github.com/YunoHost-Apps/restic_ynh/releases) [![Status](https://img.shields.io/badge/status-testing-yellow.svg?style=flat)](https://github.com/YunoHost-Apps/restic_ynh/milestones) [![Integration level](https://dash.yunohost.org/integration/restic.svg)](https://dash.yunohost.org/appci/app/restic) [![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](https://raw.githubusercontent.com/YunoHost-Apps/restic_ynh/master/LICENSE) diff --git a/manifest.json b/manifest.json index 25dee8e..5391323 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Backup your server with restic.", "fr": "Sauvegardez votre serveur avec restic." }, - "version": "0.10.0~ynh4", + "version": "0.11.0~ynh1", "url": "https://restic.net/", "license": "BSD-2-Clause", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 88ce0a2..b97cbb8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # App package root directory should be the parent folder PKG_DIR=$(cd ../; pwd) -RESTIC_VERSION="0.10.0" +RESTIC_VERSION="0.11.0" # Install restic if restic is not here install_restic () {