Skip to content

Commit

Permalink
bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Oct 31, 2023
1 parent e908dd4 commit f5a8664
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 23 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ott-client",
"version": "0.3.0",
"version": "0.4.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ott-common",
"version": "0.3.0",
"version": "0.4.0",
"license": "AGPL-3.0-or-later",
"module": "es2020",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion crates/harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harness"
version = "0.1.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/ott-balancer-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ott-balancer-bin"
version = "0.1.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 1 addition & 3 deletions crates/ott-balancer-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
name = "ott-balancer-protocol"
version = "0.1.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde.workspace = true
serde_json.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/ott-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ott-common"
version = "0.1.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand All @@ -15,4 +15,4 @@ tracing-subscriber.workspace = true
tokio.workspace = true
tokio-tungstenite.workspace = true
tokio-util.workspace = true
tungstenite.workspace = true
tungstenite.workspace = true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentogethertube",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"license": "AGPL-3.0-or-later",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ott-server",
"version": "0.3.0",
"version": "0.4.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"module": "esnext",
Expand Down
4 changes: 1 addition & 3 deletions tools/balancer-tester/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
name = "balancer-tester"
version = "0.1.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow.workspace = true
clap = { version = "4.2.4", features = ["derive"] }
Expand Down
4 changes: 1 addition & 3 deletions tools/ws-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
name = "ws-fuzz"
version = "0.1.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow.workspace = true
websocket = "0.26.5"

0 comments on commit f5a8664

Please sign in to comment.