From 29a807e81a6cbc8bc2f9d440dfa48e5f834ce2a4 Mon Sep 17 00:00:00 2001 From: Mathias Betancurt Date: Tue, 21 Jul 2020 14:49:25 +0200 Subject: [PATCH] chore: update version code 0.3.1 --- package.json | 2 +- src/consts.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce945c7..3f15454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ades", - "version": "0.4.0", + "version": "0.3.1", "private": true, "dependencies": { "@blueprintjs/core": "^3.22.3", diff --git a/src/consts.js b/src/consts.js index fee86ab..2d5a15c 100644 --- a/src/consts.js +++ b/src/consts.js @@ -1,6 +1,6 @@ let API; let DEBUG = false; -const adesVersion = '0.4.0'; +const adesVersion = '0.3.1'; const USERS_DATA_TOO_OLD = 2 * 60000; // Only fetch user list if saved user list is older than 2 minutes //const hostname = window && window.location && window.location.hostname;