simplex-chat-nodejs: bump version (#6812)

This commit is contained in:
sh
2026-04-14 15:15:39 +00:00
committed by GitHub
parent 424b869750
commit 5c6514ee91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "simplex-chat",
"version": "6.5.0-beta.4.4",
"version": "6.5.0-beta.4.5",
"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 = 'v6.5.0-beta.4';
const RELEASE_TAG = 'v6.5.0-beta.9';
const ROOT_DIR = process.cwd(); // Root of the package being installed
const LIBS_DIR = path.join(ROOT_DIR, 'libs')
const INSTALLED_FILE = path.join(LIBS_DIR, 'installed.txt');