diff options
author | Wu Cheng-Han | 2017-01-02 11:15:20 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2017-01-02 11:15:20 +0800 |
commit | f9d2f68959b048774d5523b39b6066e49af12d18 (patch) | |
tree | 73878c3c4fa545373a0cd372d49f47cf2f6b1fc7 | |
parent | ba2128bd978033b3108f15e9497b846c7966d5a0 (diff) |
Update README.md about migration tool of version 0.5.0
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ You can quickly setup a sample heroku hackmd application by clicking the button [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) +[migration-to-0.5.0](https://github.com/hackmdio/migration-to-0.5.0) +--- + +We don't use LZString to compress socket.io data and DB data after version 0.5.0. +Please run the migration tool if you're upgrading from the old version. + [migration-to-0.4.0](https://github.com/hackmdio/migration-to-0.4.0) --- |