init 0.2.1 version

This commit is contained in:
Sam 2019-07-07 15:34:44 +02:00
parent c07eab2e0e
commit e139b4983a
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Change log
## Version 0.2 - Statistics (2019/07/07)
## Version 0.2.1 (2019/xx/xx)
#### New Features
#### Bugs Fixed
## Version 0.2.0 - Statistics (2019/07/07)
### Issues Closed

View File

@ -1,7 +1,7 @@
import { format, parse } from 'date-fns'
import { DateTime } from 'luxon'
export const version = '0.2.0-beta' // version stored in 'utils' for now
export const version = '0.2.1-beta' // version stored in 'utils' for now
export const apiUrl = `${process.env.REACT_APP_API_URL}/api/`
export const thunderforestApiKey = `${
process.env.REACT_APP_THUNDERFOREST_API_KEY