Skip to content

Commit 205738b

Browse files
committed
Bump v0.13.3
1 parent fa2ee3c commit 205738b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ members = ["dweb-cli" , "dweb-lib", "dweb-server"]
1313
exclude = ["dweb-app"]
1414

1515
[workspace.package]
16-
version = "0.13.2"
16+
version = "0.13.3"
1717
authors = ["happybeing <git@happybeing.com>"]
1818
description = "Decentralised web and storage crates for Autonomi"
1919
license = "AGPL-3.0"
2020
repository = "https://codeberg.org/happybeing/dweb"
2121

2222
[workspace.dependencies]
23-
dweb = { path = "./dweb-lib", version = "0.13.2", features = ["development"] }
24-
dweb-server = { path = "./dweb-server", version = "0.13.2", features = ["development"] }
23+
dweb = { path = "./dweb-lib", version = "0.13.3", features = ["development"] }
24+
dweb-server = { path = "./dweb-server", version = "0.13.3", features = ["development"] }
2525

2626
[workspace.lints.rust]
2727
arithmetic_overflow = "forbid"

dweb-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dweb-app",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "",
55
"type": "module",
66
"scripts": {

dweb-app/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 = "dweb-app"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
description = "AutonomiDweb App"
55
authors = ["git@happybeing.com"]
66
edition = "2024"

dweb-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://schema.tauri.app/config/2",
33
"productName": "dweb-app",
4-
"version": "0.13.2",
4+
"version": "0.13.3",
55
"identifier": "com.happybeing.dweb-app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)