# Migration guide from v.1.8.0 to v.1.8.1

Upgrading your Luban-H5 application to v.1.8.1.

Here are the patch changes:

To upgrade a project to the v.1.8.1 version of Luban-H5 follow the instructions below.

# clone the newest code
# clean the h5-api cache, node_modules and admin panel
# !! and this step will stop the api service(it will run the `./luban-h5 stop` firstly)
./luban-h5 clean
# reinstall the dependencies and rebuild the admin panel
./luban-h5 init
./luban-h5 start

feel free open an issue (opens new window) if you have questions about this.