Skip to content

Commit

Permalink
meta: release v1.3.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed May 9, 2021
1 parent 46d9783 commit ac01b8c
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 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.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ brew install tonarino/innernet/innernet

```sh
# to install innernet:
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.3 client
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.4 client

# to install innernet-server:
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.3 server
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.4 server
```

Note that you'll be responsible for updating manually.
Expand Down
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.3.0-beta.3"
version = "1.3.0-beta.4"

[[bin]]
name = "innernet"
Expand Down
6 changes: 3 additions & 3 deletions doc/innernet-server.8
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH INNERNET-SERVER "8" "May 2021" "innernet-server 1.3.0-beta.3" "System Administration Utilities"
.TH INNERNET-SERVER "8" "May 2021" "innernet-server 1.3.0-beta.4" "System Administration Utilities"
.SH NAME
innernet-server \- manual page for innernet-server 1.3.0-beta.3
innernet-server \- manual page for innernet-server 1.3.0-beta.4
.SH DESCRIPTION
innernet\-server 1.3.0\-beta.3
innernet\-server 1.3.0\-beta.4
A server to coordinate innernet networks.
.SS "USAGE:"
.IP
Expand Down
Binary file modified doc/innernet-server.8.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions doc/innernet.8
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH INNERNET "8" "May 2021" "innernet 1.3.0-beta.3" "System Administration Utilities"
.TH INNERNET "8" "May 2021" "innernet 1.3.0-beta.4" "System Administration Utilities"
.SH NAME
innernet \- manual page for innernet 1.3.0-beta.3
innernet \- manual page for innernet 1.3.0-beta.4
.SH DESCRIPTION
innernet 1.3.0\-beta.3
innernet 1.3.0\-beta.4
A client to manage innernet network interfaces.
.SS "USAGE:"
.IP
Expand Down
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.3.0-beta.3"
version = "1.3.0-beta.4"

[[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.3.0-beta.3"
version = "1.3.0-beta.4"

[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.3.0-beta.3"
version = "1.3.0-beta.4"

[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.3.0-beta.3"
version = "1.3.0-beta.4"

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit ac01b8c

Please sign in to comment.