Version 1.0.0

This commit is contained in:
Girish Ramakrishnan 2018-05-31 14:37:04 -07:00
parent 5e479d4936
commit e21660b91e
2 changed files with 6 additions and 2 deletions

View File

@ -41,3 +41,5 @@
* Better apache configs
* Update extensions
[1.0.0]
* Fix issue where static extension assets were not served

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "RSS feed reader",
"version": "0.10.0",
"version": "1.0.0",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
@ -33,5 +33,7 @@
"mediaLinks": [
"https://s3.amazonaws.com/cloudron-app-screenshots/org.freshrss.cloudronapp/7d731e71a6faa3791e19b7d7daf468a9486349cc/1.png"
],
"postInstallMessage": "file://POSTINSTALL.md"
"postInstallMessage": "file://POSTINSTALL.md",
"minBoxVersion": "2.0.0",
"documentationUrl": "https://cloudron.io/documentation/apps/freshrss/"
}