Skip to content

Commit

Permalink
chore(typos): Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 29, 2019
1 parent 0208dfa commit b10b775
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ azure-devops = { project = "crate-ci", pipeline = "typos" }
codecov = { repository = "crate-ci/typos" }

[dependencies]
typos = { version = "0.1", path = "typos" }
typos = { version = "^0.2", path = "typos" }
typos-dict = { version = "^0.2", path = "dict/typos" }
phf = { version = "0.8", features = ["unicase"] }
unicase = "2.5"
Expand Down
2 changes: 1 addition & 1 deletion typos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typos"
version = "0.1.1"
version = "0.2.0"
authors = ["Ed Page <[email protected]>"]
description = "Source Code Spelling Correction"
repository = "https://github.com/crate-ci/typos"
Expand Down

0 comments on commit b10b775

Please sign in to comment.