7.0.2: android 375, desktop 159, ios 351

This commit is contained in:
SimpleX Chat
2026-09-02 12:22:31 +00:00
committed by Simplex Operations
parent 39b0e05935
commit 4df04bdb3f
6 changed files with 53 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "simplex-chat",
"version": "7.0.0",
"version": "7.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
@@ -4,7 +4,7 @@ const path = require('path');
const extract = require('extract-zip');
const GITHUB_REPO = 'simplex-chat/simplex-chat-libs';
const RELEASE_TAG = 'v7.0.0';
const RELEASE_TAG = 'v7.0.2';
const BACKEND = (process.env.SIMPLEX_BACKEND || process.env.npm_config_simplex_backend || 'sqlite').toLowerCase();
if (BACKEND !== 'sqlite' && BACKEND !== 'postgres') {