diff --git a/README.md b/README.md index 2996902..632d8f2 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 Minimalist pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode. -**Shipped version:** 1.7.0~ynh1 +**Shipped version:** 1.7.1~ynh1 **Demo:** https://privatebin.net/ diff --git a/README_fr.md b/README_fr.md index 495c4c2..e2cf1e0 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 Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées. Les données sont chiffrées et déchiffrées dans le navigateur en utilisant la technologie AES 256bits en mode Galois Counter (GCM). -**Version incluse :** 1.7.0~ynh1 +**Version incluse :** 1.7.1~ynh1 **Démo :** https://privatebin.net/ diff --git a/manifest.toml b/manifest.toml index e33a048..2346130 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "PrivateBin" description.en = "Minimalist pastebin where the server has zero knowledge of pasted data" description.fr = "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées" -version = "1.7.0~ynh1" +version = "1.7.1~ynh1" maintainers = [""] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/PrivateBin/PrivateBin/archive/refs/tags/1.7.0.tar.gz" - sha256 = "54ca6b7f40a835d42e9d651aee532fb7bcaf7a94967087a99ebfcf9c67b9ed91" + url = "https://github.com/PrivateBin/PrivateBin/archive/refs/tags/1.7.1.tar.gz" + sha256 = "136faa5ba0c2d51ace916a2c0b282f5c7d5376265406040c91730e28233367ff" autoupdate.strategy = "latest_github_tag" [resources.system_user]