Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
progre committed Oct 12, 2023
1 parent f421d4e commit 1b9945f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default-members = ["junowen"]
resolver = "2"

[workspace.package]
version = "0.4.0"
version = "0.4.1"
authors = ["Progre"]
license = "GPL-3.0"

Expand Down
2 changes: 1 addition & 1 deletion junowen-lib/src/connection/peer_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl Drop for PeerConnection {
}
}

const PROTOCOL: &str = "JUNOWEN/0.4";
const PROTOCOL: &str = "JUNOWEN/0.4.1";

impl PeerConnection {
pub async fn new() -> Result<Self> {
Expand Down

0 comments on commit 1b9945f

Please sign in to comment.