Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ axios.defaults.adapter = 'http';
// This is the npm/semver version for consumers. Internal development iterations
// (v20, v21, v22, etc.) track feature milestones and are not exposed as exports.

export const SDK_VERSION = '2.4.0';
export const SDK_VERSION = '2.7.1';

// ─── Timestamps ──────────────────────────────────────────────────────────────

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blue-js-sdk",
"version": "2.7.0",
"version": "2.7.1",
"description": "Decentralized VPN SDK for the Sentinel P2P bandwidth network. WireGuard + V2Ray tunnels, Cosmos blockchain, 900+ nodes. Tested on Windows. macOS/Linux support included but untested.",
"type": "module",
"main": "index.js",
Expand Down
Loading