Skip to content

Commit

Permalink
patch level version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CherryWorm committed May 22, 2023
1 parent 8817d1e commit a68ced0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 query-security-txt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "query-security-txt"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
description = "query-security-txt is a tool that queries smart contracts on the Solana blockchain for security.txt information"
readme = "../security-txt/README.md"
Expand All @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
bincode = "1.3.3"
clap = { version = "3.1.6", features = ["derive"] }
color-eyre = "0.6.1"
solana-security-txt = { version = "1.1.0", path = "../security-txt", features = [
solana-security-txt = { version = "1.1.1", path = "../security-txt", features = [
"parser",
] }
solana-client = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion security-txt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solana-security-txt"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
description = "security-txt is a macro that helps security researchers contact you about vulnerabilities in your smart contract"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion security-txt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To maximize compatibility with existing deployment setups, multisigs and DAOs, t

Add the following to the `[dependencies]` section of your Cargo.toml:
```toml
solana-security-txt = "1.1.0"
solana-security-txt = "1.1.1"
```

To install the querying tool, execute
Expand Down

0 comments on commit a68ced0

Please sign in to comment.