From 012c6fd1be9cedd65f35f9568b34d75a5a0a51cd Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Wed, 29 Aug 2018 18:59:22 +0200 Subject: [PATCH] Bump version --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index f904f15..a6e861f 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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;