Update app version
This commit is contained in:
parent
aa824e9917
commit
e638a18d12
|
@ -5,9 +5,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8122,
|
"port": 8122,
|
||||||
"id": "privatebin",
|
"id": "privatebin",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "1.4.0",
|
"version": "1.5.1",
|
||||||
"categories": ["utilities"],
|
"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.",
|
"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.",
|
"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",
|
"author": "PrivateBin",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user