Release - 0.6.2
- CLI no longer hangs when a new gradle daemon is started when checking for upgrades
- Use __dirname to determine current working dir rather than "."
- A few more debug logs
- Properly exit process by using
process.exit()
rather than just returning out of the main function