diff --git a/Cargo.toml b/Cargo.toml index fc03df8..ed09f34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vdflex" -version = "0.1.0" +version = "0.1.1" authors = ["Evan Hedbor "] description = "A (de)serializer for the Valve Data File (VDF, a.k.a. KeyValues) format using Serde" keywords = ["vdf", "keyvalues", "valve", "serialization", "serde"] diff --git a/README.md b/README.md index 9c239cb..8ebabdd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following to your project's `Cargo.toml`: ```toml [dependencies] serde = { version = "1.0.0", features = ["derive"] } -vdflex = "0.1.0" +vdflex = "0.1.1" ``` ## Feature Flags