Skip to content

Commit

Permalink
chore: update version code 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbetancurt committed Jul 21, 2020
1 parent a6f882c commit 29a807e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ades",
"version": "0.4.0",
"version": "0.3.1",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.22.3",
Expand Down
2 changes: 1 addition & 1 deletion src/consts.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 29a807e

Please sign in to comment.