From 9f9108f45a28c2d180568ff17cc1a389f3556424 Mon Sep 17 00:00:00 2001 From: Ondrej Vana Date: Wed, 25 Dec 2019 02:39:29 -0800 Subject: [PATCH] chore: Version 0.7.0 (supports API 0.8.0) --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index c41c6dd..70e01ff 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ "ios", "android" ], - "version": "0.6.1", + "version": "0.7.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "splash": { @@ -32,4 +32,4 @@ }, "githubUrl": "https://github.com/kachnitel/RideTime" } -} \ No newline at end of file +}