bump version to 0.4.6

This commit is contained in:
Sam
2021-02-21 20:11:26 +01:00
parent e205ac3eda
commit 453d13792a
39 changed files with 49 additions and 49 deletions

View File

@ -17,7 +17,7 @@ export const getFileSizeInMB = fileSize => {
return (!fileSize && 0) || +value.toFixed(2)
}
export const version = '0.4.5' // version stored in 'utils' for now
export const version = '0.4.6' // version stored in 'utils' for now
export const apiUrl =
process.env.NODE_ENV === 'production'
? '/api/'