Skip to content

Commit

Permalink
bump version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jun 12, 2024
1 parent aabfa73 commit 57d91a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 @@ -12,7 +12,7 @@ readme = "README.md"
keywords = ["text", "string", "search", "pattern", "multi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Lips7/Matcher"
version = "0.1.3"
version = "0.1.4"

[profile.release]
strip = true
Expand Down
2 changes: 1 addition & 1 deletion matcher_py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "matcher_py"
version = "0.1.3"
version = "0.1.4"
readme = "README.md"
requires-python = ">=3.8"
authors = [{ name = 'Fuji Guo' }, { email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion matcher_rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use `matcher_rs` in your Rust project, add the following to your `Cargo.toml`

```toml
[dependencies]
matcher_rs = "0.1.3"
matcher_rs = "0.1.4"
```

You can then use the Matcher struct to perform text matching. Here's a basic example:
Expand Down

0 comments on commit 57d91a8

Please sign in to comment.