Skip to content

Commit

Permalink
version 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroedev2024 committed Apr 22, 2024
1 parent b134d09 commit 1a0f3c6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 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.

8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cli:
cargo build -p doh-cli --release

cli-dev:
cargo build -p doh-cli

clean:
rm -rf target
2 changes: 1 addition & 1 deletion doh-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "doh-bin"
name = "doh-cli"
version = "0.10.10"
authors = ["shiroedev2024 <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion doh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "doh"
version = "3.1.2"
version = "3.1.3"
edition = "2021"
authors = ["LinkTed <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 1a0f3c6

Please sign in to comment.