diff --git a/package.json b/package.json index ac134916..57e868bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brawl-chat", - "version": "0.0.9", + "version": "0.0.10", "description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB", "main": "index.js", "directories": { diff --git a/scripts/build.mjs b/scripts/build.mjs index bd847e76..719d556b 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -14,7 +14,7 @@ const __dirname = dirname(__filename); const projectDir = path.join(__dirname, "../"); const targetDir = path.join(projectDir, "target"); -const debug = true; +const debug = false; const offline = true; async function build() {