Skip to content

Commit

Permalink
meta: release v1.0.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Apr 9, 2021
1 parent 0a0ce07 commit ee890cc
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "client"
publish = false
repository = "https://github.com/tonarino/innernet"
version = "1.0.1"
version = "1.0.2-rc.1"

[[bin]]
name = "innernet"
Expand Down
Binary file modified doc/innernet-server.8.gz
Binary file not shown.
Binary file modified doc/innernet.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "server"
publish = false
readme = "README.md"
version = "1.0.1"
version = "1.0.2-rc.1"

[[bin]]
name = "innernet-server"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2018"
license = "MIT"
name = "shared"
publish = false
version = "1.0.1"
version = "1.0.2-rc.1"

[dependencies]
colored = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion wgctrl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "LGPL-2.1-or-later"
name = "wgctrl"
publish = false
readme = "../README.md"
version = "1.0.1"
version = "1.0.2-rc.1"

[dependencies]
base64 = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion wgctrl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "wgctrl-sys"
publish = false
readme = "../README.md"
repository = "https://gitlab.com/K900/wgctrl-rs"
version = "1.0.1"
version = "1.0.2-rc.1"

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit ee890cc

Please sign in to comment.