From e638a18d124f7033d887a0643aff61910cf3872e Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 28 Mar 2023 21:55:55 +0000 Subject: [PATCH] Update app version --- apps/privatebin/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/privatebin/config.json b/apps/privatebin/config.json index b1320a90..febdd8df 100644 --- a/apps/privatebin/config.json +++ b/apps/privatebin/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8122, "id": "privatebin", - "tipi_version": 1, - "version": "1.4.0", - "categories": ["utilities"], + "tipi_version": 2, + "version": "1.5.1", + "categories": [ + "utilities" + ], "description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted and decrypted in the browser using 256bit AES in Galois Counter mode.", "short_desc": "A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.", "author": "PrivateBin",