bump version to 0.4.5

This commit is contained in:
Sam
2021-02-17 17:29:51 +01:00
parent 16ea2adfd9
commit d8acee0c82
39 changed files with 49 additions and 49 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fittrackee_client",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"dependencies": {
"@mapbox/togeojson": "^0.16.0",

View File

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