bump version to 0.4.2

This commit is contained in:
Sam
2021-01-03 09:40:46 +01:00
parent 634d06b05a
commit cf38808111
38 changed files with 48 additions and 48 deletions

View File

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