Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Oct 3, 2023
1 parent e2897ed commit 7dbdf59
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 = "edn-format"
version = "3.2.3"
version = "3.3.0"
edition = "2021"
license = "MIT"
keywords = ["serialization", "serde", "edn"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The intent is to provide a more complete api than the existing [edn](https://cra

```
[dependencies]
edn-format = "3.2.3"
edn-format = "3.3.0"
```

## Example usage
Expand Down

0 comments on commit 7dbdf59

Please sign in to comment.