Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Oct 19, 2024
1 parent 73eedb6 commit 02a55fe
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 = "editorconfig-sys"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
rust-version = "1.56.0"
authors = ["Thorsten Blum <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
editorconfig-sys = "0.1.1"
editorconfig-sys = "0.1.2"
```

## Usage
Expand Down

0 comments on commit 02a55fe

Please sign in to comment.