my fork of dmp
Minor cleanups to doc
Anubhab Bandyopadhyay 2024-09-17
parent bfb215f · commit 77968e8
-rw-r--r--README.md2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63b217e..b2762b3 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ A very **fast**, **accurate** and **wasm ready** port of [Diff Match Patch](http
```toml
[dependencies]
-diff-match-patch-rs = "0.2.1"
+diff-match-patch-rs = "0.3.0"
```
### `Effitient` mode
diff --git a/src/lib.rs b/src/lib.rs
index ce483aa..29f5a61 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -23,7 +23,7 @@
//!
//! ```toml
//! [dependencies]
-//! diff-match-patch-rs = "0.2.1"
+//! diff-match-patch-rs = "0.3.0"
//! ```
//!
//! ### `Effitient` mode