diff --git a/Cargo.toml b/Cargo.toml index 191ed17..ae0a0b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notcurses" -version = "3.2.4" +version = "3.3.0" edition = "2021" rust-version = "1.64.0" # keep in sync with .github/workflows/check.yml authors = ["José Luis Cruz ", "nick black "] diff --git a/README.md b/README.md index 63f1ff5..cd55606 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ fn main() -> Result<()> { ``` ## Status of the library -Current version `3.2.3` is compatible with notcurses `3.0.9`. +Current version `3.3.0` is compatible with notcurses `3.0.9`. *Current major version `3` is considered a development version*.