Versio 0.6.0

This commit is contained in:
Girish Ramakrishnan 2020-10-13 22:32:24 -07:00
parent e33e56c71a
commit eff50e6df3
2 changed files with 5 additions and 2 deletions

View file

@ -21,3 +21,6 @@
[0.5.0]
* Fix issue where configs were not loaded correctly
[0.6.0]
* Install CLI tool in /app/code/cli

View file

@ -1,5 +1,5 @@
{
"version": "0.5.0",
"version": "0.6.0",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",
@ -24,7 +24,7 @@
],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md",
"documentationUrl": "https://cloudron.io/documentation/apps/peertube/",
"documentationUrl": "https://docs.cloudron.io/apps/peertube/",
"minBoxVersion": "5.3.0",
"manifestVersion": 2
}