diff --git a/Cargo.toml b/Cargo.toml index 4fa39e0..b9539fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mvt-reader" -version = "1.5.0" +version = "1.6.0" description = "A library for decoding and reading mapbox vector tiles in Rust and WebAssembly" authors = ["Paul Lange "] repository = "https://github.com/codeart1st/mvt-reader" diff --git a/README.md b/README.md index 1b69390..22375bd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To use the `mvt-reader` library in your Rust project, add the following to your ```toml [dependencies] -mvt-reader = "1.5.0" +mvt-reader = "1.6.0" ``` Then, you can import and use the library in your code: diff --git a/src/lib.rs b/src/lib.rs index 58ee2f9..0f0a208 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! //! ```toml //! [dependencies] -//! mvt-reader = "1.5.0" +//! mvt-reader = "1.6.0" //! ``` //! //! Then, you can import and use the library in your code: @@ -50,7 +50,7 @@ //! //! ```toml //! [dependencies.mvt-reader] -//! version = "1.5.0" +//! version = "1.6.0" //! features = ["wasm"] //! ``` //!