bump version to 0.4.4

This commit is contained in:
Sam
2021-01-31 19:19:47 +01:00
parent 09eed490f9
commit 54653ebe67
41 changed files with 52 additions and 52 deletions

View File

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