Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Aug 23, 2021
1 parent d84cace commit 3daae97
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tinysearch"
authors = ["Matthias Endler <matthias-endler@gmx.net>"]
version = "0.6.1"
version = "0.6.2"
edition = "2018"
description = "A tiny search engine for static websites"
license = "Apache-2.0/MIT"
Expand All @@ -10,7 +10,7 @@ homepage = "https://github.com/mre/tinysearch"

[dependencies]
argh = "0.1.5"
tinysearch-shared = { path = "../shared", version = "0.6.0" }
tinysearch-shared = { path = "../shared", version = "0.6.2" }
log = "0.4.14"
serde_json = "1.0.66"
anyhow = "1.0.43"
Expand Down
4 changes: 2 additions & 2 deletions engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tinysearch-engine"
authors = ["Matthias Endler <matthias-endler@gmx.net>"]
version = "0.6.1"
version = "0.6.2"
edition = "2018"
description = "A tiny search engine for static websites"
license = "Apache-2.0/MIT"
Expand All @@ -17,7 +17,7 @@ once_cell = "1.8.0"

[dependencies.tinysearch-shared]
path = "../shared"
version = "0.6.1"
version = "0.6.2"

[dependencies.xorf]
version = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tinysearch-shared"
version = "0.6.1"
version = "0.6.2"
authors = ["Matthias Endler <matthias-endler@gmx.net>"]
edition = "2018"
description = "Shared libraries for tinysearch - a tiny search engine for static websites"
Expand Down

0 comments on commit 3daae97

Please sign in to comment.