bump version to 0.4.3

This commit is contained in:
Sam
2021-01-10 14:41:04 +01:00
parent a793bdc9c5
commit e90937e01e
30 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.2' // version stored in 'utils' for now
export const version = '0.4.3' // version stored in 'utils' for now
export const apiUrl =
process.env.NODE_ENV === 'production'
? '/api/'