# Upgrade Guide
Before starting upgrade we recommenced to backup your files and export your current database.
NOTE : If you are non-technical person then please use dist.zip to replace files and if you are technical person then use src.zip
# Upgrade to latest version
# Upgrading to v1.1.0 from v1.0.0
# For Technical Users:
- Download
v1.1.0
- Backup you current version files and DB
- If you have manually changes some files than please backup it and after replacing files you can again put that portion of code into some particular file.
- Replace
v1.1.0
files into your existing versionv1.0.0
- No changes in database
- Run
npm install
- And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v1.1.0
# For Non Technical Users:
- Download
v1.1.0
- Backup you current version files and DB
- If you have manually changes some files than please backup it and after replacing files you can again put that portion of code into some particular file.
- Replace
v1.1.0
files into your existing versionv1.0.0
- No changes in database
- That's it!, you are ready to go with new version
v1.1.0