Skip to content

Commit

Permalink
Bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jun 12, 2020
1 parent 6fb72c1 commit 46c9726
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 = "configparser"
version = "0.4.0"
version = "0.4.1"
authors = ["QEDK <[email protected]>"]
edition = "2018"
description = "A simple configuration parsing utility with no dependencies. Works on a subset of ini configuration syntax."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Future releases will add support for escaping, comments and modifying default se
You can install this easily via `cargo` by including it in your `Cargo.toml` file like:
```yaml
[dependencies]
configparser = "0.3.1"
configparser = "0.4.1"
```

## Usage
Expand Down

0 comments on commit 46c9726

Please sign in to comment.