Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimkunz committed Jul 21, 2023
1 parent 3cc42a1 commit ac24aad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gedcomx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gedcomx"
version = "0.1.4"
version = "0.1.5"
authors = ["Ephraim Kunz <ephraimkunz@me.com>"]
edition = "2021"
description = "The core data structures and serialization / deserialization of the GEDCOM X format."
Expand Down
2 changes: 1 addition & 1 deletion gedcomx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
gedcomx = "0.1.0"
gedcomx = "0.1"
```

## Example
Expand Down

0 comments on commit ac24aad

Please sign in to comment.