Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lawlawlaw committed Jan 4, 2022
1 parent 8f5e06f commit a6e0b90
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "client"
version = "0.2.7"
version = "0.2.8"
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tests"
version = "0.1.4"
version = "0.1.5"

[dependencies]
rocket = { version = "0.4.5", default-features = false, features=["tls"] }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.3.2"
version = "0.3.3"
authors = [
"Lawrence Deacon <[email protected]>",
"Tomos <[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "shared"
version = "0.2.7"
version = "0.2.8"
authors = [
"Lawrence Deacon <[email protected]>",
"Tomos <[email protected]"
Expand Down

0 comments on commit a6e0b90

Please sign in to comment.