Skip to content

Commit c7122f2

Browse files
author
techartdev
committed
chore: bump version to 0.3.1
1 parent 35d2444 commit c7122f2

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolver = "2"
1111
[workspace.package]
1212
edition = "2024"
1313
license = "MPL-2.0"
14-
version = "0.3.0"
14+
version = "0.3.1"
1515
repository = "https://github.com/techartdev/scp2p"
1616

1717
[workspace.dependencies]

app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scp2p-app",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

app/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://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri/schemas/tauri-conf-v2.json",
33
"productName": "SCP2P",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"identifier": "com.scp2p.desktop",
66
"build": {
77
"frontendDist": "../dist",

crates/scp2p-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clap = { workspace = true, features = ["env"] }
1515
ed25519-dalek.workspace = true
1616
hex.workspace = true
1717
rand.workspace = true
18-
scp2p-core = { path = "../scp2p-core", version = "0.3.0" }
18+
scp2p-core = { path = "../scp2p-core", version = "0.3.1" }
1919
tokio.workspace = true
2020
inquire = "0.7"
2121
indicatif = "0.17"

crates/scp2p-desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ hex.workspace = true
1212
rand.workspace = true
1313
serde.workspace = true
1414
ciborium.workspace = true
15-
scp2p-core = { path = "../scp2p-core", version = "0.3.0" }
15+
scp2p-core = { path = "../scp2p-core", version = "0.3.1" }
1616
tokio.workspace = true
1717
tracing.workspace = true

crates/scp2p-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "scp2p-relay"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
scp2p-core = { path = "../scp2p-core", version = "0.3.0" }
17+
scp2p-core = { path = "../scp2p-core", version = "0.3.1" }
1818

1919
anyhow = { workspace = true }
2020
async-trait = { workspace = true }

0 commit comments

Comments
 (0)