Bump version

This commit is contained in:
Lucas Verney 2018-08-29 18:59:22 +02:00
parent 168f1b122c
commit 012c6fd1be
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import miscIcon from '@/assets/misc.svg';
import obstacleIcon from '@/assets/obstacle.svg';
import potholeIcon from '@/assets/pothole.svg';
export const VERSION = '0.1';
export const VERSION = '0.2';
export const NORMAL_ICON_SCALE = 0.625;
export const LARGE_ICON_SCALE = 1.0;