Fix post install

This commit is contained in:
Girish Ramakrishnan 2016-09-13 21:32:25 -07:00
parent 818de6ec72
commit fbdaf85a7e
2 changed files with 5 additions and 2 deletions

View File

@ -70,3 +70,6 @@
[0.13.4]
* Add post install message
[0.13.5]
* Fix post install message

View File

@ -4,7 +4,7 @@
"author": "Gogs developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "0.13.4",
"version": "0.13.5",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
@ -32,5 +32,5 @@
],
"tags": [ "version control", "git", "code hosting", "development" ],
"changelog": "file://CHANGELOG",
"postInstallMessage": "POSTINSTALL.md"
"postInstallMessage": "file://POSTINSTALL.md"
}