Skip to content

Commit 439d1dc

Browse files
doublegateclaude
andcommitted
chore: bump version to v2.3.1
Update version across all Cargo.toml, package.json, tauri.conf.json, and documentation files for the v2.3.1 release. Files updated: - Root Cargo.toml (workspace.package.version) - 10 client Cargo.toml files - 2 RedOps component Cargo.toml files (team-server, spectre-implant) - 10 client tauri.conf.json files - 19 package.json files - README.md, CLAUDE.md, CLAUDE.local.md - docs/archive/README_Clients-DEV.md, README_Protocol-DEV.md - docs/clients/overview.md, docs/DOCUMENTATION_STATUS.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 72e9d74 commit 439d1dc

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Guidance for Claude Code when working with this repository.
66

77
WRAITH (Wire-speed Resilient Authenticated Invisible Transfer Handler) is a decentralized secure file transfer protocol implemented in Rust.
88

9-
**Status:** v2.3.0 - RedOps Workspace Integration & CI/CD Fixes
9+
**Status:** v2.3.1 - RedOps Workspace Integration & CI/CD Fixes
1010

1111
### Metrics
1212
| Metric | Value |

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ exclude = [
3939
]
4040

4141
[workspace.package]
42-
version = "2.3.0"
42+
version = "2.3.1"
4343
edition = "2024"
4444
rust-version = "1.88"
4545
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A decentralized secure file transfer protocol optimized for high-throughput, low
1414
<a href="https://github.com/doublegate/WRAITH-Protocol/actions/workflows/codeql.yml"><img src="https://github.com/doublegate/WRAITH-Protocol/actions/workflows/codeql.yml/badge.svg" alt="CodeQL"></a>
1515
<a href="https://github.com/doublegate/WRAITH-Protocol/actions/workflows/release.yml"><img src="https://github.com/doublegate/WRAITH-Protocol/actions/workflows/release.yml/badge.svg" alt="Release"></a>
1616
<br>
17-
<a href="https://github.com/doublegate/WRAITH-Protocol/releases"><img src="https://img.shields.io/badge/version-2.3.0-blue.svg" alt="Version"></a>
17+
<a href="https://github.com/doublegate/WRAITH-Protocol/releases"><img src="https://img.shields.io/badge/version-2.3.1-blue.svg" alt="Version"></a>
1818
<a href="docs/security/SECURITY_AUDIT_v1.1.0.md"><img src="https://img.shields.io/badge/security-audited-green.svg" alt="Security"></a>
1919
<a href="https://www.rust-lang.org/"><img src="https://img.shields.io/badge/rust-1.88%2B-orange.svg" alt="Rust"></a>
2020
<a href="https://doc.rust-lang.org/edition-guide/rust-2024/index.html"><img src="https://img.shields.io/badge/edition-2024-orange.svg" alt="Edition"></a>

clients/wraith-chat/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wraith-chat-frontend",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "WRAITH-Chat React Frontend",
55
"type": "module",
66
"scripts": {

clients/wraith-chat/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wraith-chat"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "WRAITH-Chat - Secure E2E Encrypted Messaging"
55
authors = ["WRAITH Protocol Contributors"]
66
edition = "2024"

clients/wraith-chat/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "WRAITH Chat",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"identifier": "com.wraith.chat",
66
"build": {
77
"frontendDist": "../frontend/dist",

clients/wraith-mesh/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wraith-mesh-frontend",
33
"private": true,
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

clients/wraith-mesh/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wraith-mesh"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "WRAITH-Mesh - Network Topology Visualization and Diagnostics"
55
authors = ["WRAITH Protocol Contributors"]
66
license = "MIT OR Apache-2.0"

clients/wraith-mesh/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "WRAITH Mesh",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"identifier": "io.wraith.mesh",
66
"build": {
77
"frontendDist": "../frontend/dist",

clients/wraith-publish/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wraith-publish-frontend",
33
"private": true,
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)