5ec406bf4d
The version and code move together, it's not really part of cloudron configuration. This can maybe even come from package.json later
36 lines
845 B
JSON
36 lines
845 B
JSON
{
|
|
"0.1.0": {
|
|
"revision": "8352a6618cba594d1ec02fd96ef28543adc714a0",
|
|
"changelog": [ "initial version" ],
|
|
"next": "0.2.0"
|
|
},
|
|
"0.2.0": {
|
|
"revision": "548e23cbbe252f861f9248c1824f490cb3a9708c",
|
|
"changelog": [
|
|
"Display version correctly"
|
|
],
|
|
"next": "0.3.0"
|
|
},
|
|
"0.3.0": {
|
|
"revision": "d6cc39dd010beccbde78db6043ab6d4f8d1adefb",
|
|
"changelog": [
|
|
"Box update and app update",
|
|
"Box backup and restore"
|
|
],
|
|
"next": "0.4.0"
|
|
},
|
|
"0.4.0": {
|
|
"revision": "32cc2d2e2af692d44e0e8493179da0e1b72da0bc",
|
|
"changelog": [
|
|
"Multiple app instances"
|
|
],
|
|
"next": null
|
|
},
|
|
"0.5.0": {
|
|
"revision": "TBD",
|
|
"changelog": [
|
|
],
|
|
"next": null
|
|
}
|
|
}
|