Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-g2 committed Jan 4, 2025
1 parent e604bc1 commit 087602b
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
Expand Up @@ -7,7 +7,7 @@ documentation = "https://docs.rs/flatbuffers-owned"
repository = "https://github.com/florian-g2/flatbuffers-owned"
keywords = ["flatbuffers", "serialization", "owned"]
categories = ["data-structures", "memory-management"]
version = "0.2.0"
version = "0.3.0"
readme = "README.md"
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
flatbuffers-owned = "0.2"
flatbuffers-owned = "0.3"
```

## Quickstart
Expand Down

0 comments on commit 087602b

Please sign in to comment.