forked from cloudron-apps/peertube-app
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]
|
[0.5.0]
|
||||||
* Fix issue where configs were not loaded correctly
|
* 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",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"author": "PeerTube developers",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
],
|
],
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"postInstallMessage": "file://POSTINSTALL.md",
|
"postInstallMessage": "file://POSTINSTALL.md",
|
||||||
"documentationUrl": "https://cloudron.io/documentation/apps/peertube/",
|
"documentationUrl": "https://docs.cloudron.io/apps/peertube/",
|
||||||
"minBoxVersion": "5.3.0",
|
"minBoxVersion": "5.3.0",
|
||||||
"manifestVersion": 2
|
"manifestVersion": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue