From 123a0c2dcf2c7f2cd28d56258a39d4947527cf16 Mon Sep 17 00:00:00 2001 From: AE Creations Date: Thu, 4 Jul 2024 11:37:51 -0700 Subject: [PATCH] Changed extension version to 7.0a4 (6.98.4) --- wx-src/manifest.json | 2 +- wx-src/scripts/aeConst.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wx-src/manifest.json b/wx-src/manifest.json index a0a10bae..053b59a4 100644 --- a/wx-src/manifest.json +++ b/wx-src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDesc__", - "version": "6.98.3", + "version": "6.98.4", "homepage_url": "https://aecreations.io/clippings/index.php", "author": "AE Creations", diff --git a/wx-src/scripts/aeConst.js b/wx-src/scripts/aeConst.js index c551234f..ddb75fb2 100755 --- a/wx-src/scripts/aeConst.js +++ b/wx-src/scripts/aeConst.js @@ -6,7 +6,7 @@ const aeConst = Object.freeze({ DEBUG: true, - DEV_BUILD: true, + DEV_BUILD: false, // Native messaging helper app SYNC_CLIPPINGS_APP_NAME: "syncClippings",