mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Versio 0.6.0
This commit is contained in:
parent
e33e56c71a
commit
eff50e6df3
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue