Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kerristrasz committed Jun 26, 2024
1 parent 150c938 commit 3087a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vdflex"
version = "0.1.0"
version = "0.1.1"
authors = ["Evan Hedbor <[email protected]>"]
description = "A (de)serializer for the Valve Data File (VDF, a.k.a. KeyValues) format using Serde"
keywords = ["vdf", "keyvalues", "valve", "serialization", "serde"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3087a47

Please sign in to comment.