Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhartzheim committed Jan 19, 2020
1 parent 5aaa952 commit 288eb05
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 = "gtin-validate"
version = "1.2.0"
version = "1.3.0"
authors = ["Austin Hartzheim <[email protected]>"]
readme = "README.md"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ assert_eq!(gtin12::check("000000000001"), false);
You can add this line to your Cargo.toml file:
```toml
[dependencies]
gtin-validate = "1.2.0"
gtin-validate = "1.3.0"
```

## Contributing
Expand Down

0 comments on commit 288eb05

Please sign in to comment.