fix: Import version properly as string not object

This commit is contained in:
Tom Hu
2021-06-08 21:25:38 -04:00
parent fbeda37de9
commit 52497068bd
7 changed files with 12 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
const VERSION = 'v1.5.0';
const VERSION = 'v1.5.2';
export default VERSION;