Skip to content

Commit 3252ef5

Browse files
doublegateclaude
andcommitted
chore: bump version to v1.7.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3b17d9e commit 3252ef5

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
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:** v1.7.0 - Phase 17 Complete + WRAITH-Sync
9+
**Status:** v1.7.1 - WRAITH-Chat UI Redesign
1010

1111
### Metrics
1212
| Metric | Value |

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ members = [
2727
exclude = ["crates/wraith-xdp", "fuzz"]
2828

2929
[workspace.package]
30-
version = "1.7.0"
30+
version = "1.7.1"
3131
edition = "2024"
3232
rust-version = "1.85"
3333
license = "MIT"

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": "1.7.0",
3+
"version": "1.7.1",
44
"description": "WRAITH-Chat React Frontend",
55
"type": "module",
66
"scripts": {

clients/wraith-chat/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",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "WRAITH-Chat - End-to-End Encrypted Messaging Client",
55
"private": true,
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 = "1.7.0"
3+
version = "1.7.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": "1.7.0",
4+
"version": "1.7.1",
55
"identifier": "com.wraith.chat",
66
"build": {
77
"frontendDist": "../frontend/dist",

clients/wraith-sync/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-sync-frontend",
33
"private": true,
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

clients/wraith-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wraith-sync",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "WRAITH-Sync - Encrypted File Synchronization Client",
55
"private": true,
66
"scripts": {

clients/wraith-sync/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-sync"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "WRAITH-Sync - Decentralized File Synchronization"
55
authors = ["WRAITH Protocol Contributors"]
66
license = "MIT OR Apache-2.0"

clients/wraith-sync/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 Sync",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"identifier": "io.wraith.sync",
66
"build": {
77
"frontendDist": "../frontend/dist",

0 commit comments

Comments
 (0)