bump version to 0.4.9

This commit is contained in:
Sam
2021-07-16 20:21:49 +02:00
parent 99cfd72323
commit f81f4ef041
41 changed files with 61 additions and 61 deletions

View File

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