From 455d1f1d06b43beaba209f31e695c5f6df6c07f0 Mon Sep 17 00:00:00 2001 From: hand-dot Date: Wed, 8 Aug 2018 01:53:03 +0900 Subject: [PATCH] update version --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 80870c11..ecab4ab0 100644 --- a/src/constants.js +++ b/src/constants.js @@ -18,7 +18,7 @@ const rgb = { GREY: '201, 203, 207', }; export default { - APP_VERSION: '0.0.1', + APP_VERSION: '0.0.2', API_VERSION: process.env.NODE_ENV === 'development' ? 'development' : 'v0', BMC_ID: 'handdot', YOUTUBE_MOVIE_ID: 'QwCtcFsx15g',