bump version to 0.4.9
This commit is contained in:
@ -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/'
|
||||
|
Reference in New Issue
Block a user