Skip to content

Commit

Permalink
Bump version numbers to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
generic-user1 committed Oct 22, 2022
1 parent 3502d25 commit a0673f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 anabot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ readme = "README.md"
repository = "https://github.com/generic-user1/anagrambot"
keywords = ["anagram", "anagrams", "anagrambot"]
categories = ["command-line-utilities", "text-processing"]
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[dependencies]

anagrambot = {path = "../anagrambot", version = "1.0.0"}
anagrambot = {path = "../anagrambot", version = "1.0.1"}

clap = {version = "3.2.12", features = ["derive"]}
2 changes: 1 addition & 1 deletion anagrambot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
repository = "https://github.com/generic-user1/anagrambot"
keywords = ["anagram", "anagrams"]
categories = ["text-processing"]
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[features]
Expand Down

0 comments on commit a0673f1

Please sign in to comment.