Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Rogena <[email protected]>
  • Loading branch information
jasonrogena committed Jul 10, 2022
1 parent d18cfe4 commit 6efcf7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fs-librarian"
version = "0.1.0"
version = "0.2.0"
authors = ["Jason Rogena <[email protected]>"]
edition = "2021"
rust-version = "1.61"
Expand All @@ -12,6 +12,11 @@ homepage = "https://github.com/jasonrogena/librarian"
repository = "https://github.com/jasonrogena/librarian"
keywords = ["directory", "file", "file-manager", "organiser", "organizer"]
categories = ["command-line-utilities", "filesystem"]
exclude = [
"tests/files/*",
"tests/configs/bad-*",
".github/*",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 6efcf7b

Please sign in to comment.