diff --git a/chrome/content/settings.js b/chrome/content/settings.js index cc8b58d..cf0e6bc 100644 --- a/chrome/content/settings.js +++ b/chrome/content/settings.js @@ -19,9 +19,8 @@ // Extension settings -const HOME_URL = 'https://github.com/itemir/thundersec'; const DB_NAME = 'thundersec.sqlite'; const API_URL = 'https://www.ilkertemir.com/thundersec/api/v1/'; -const VERSION = '0.1'; +const VERSION = '1.0'; // Send generic stats every hour const STAT_INTERVAL = 1*60*60*1000;