Skip to content

Commit

Permalink
Prepare for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Dec 21, 2021
1 parent ed85752 commit ab61dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "gcd"
version = "2.0.2"
version = "2.1.0"
authors = ["Corey Farwell <coreyf@rwell.org>"]
description = "Small Rust library (with no dependencies) for calculating greatest common divisor"
description = "Calculate the greatest common divisor"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/frewsxcv/rust-gcd"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Documentation](https://docs.rs/gcd/)

Small Rust library (with no dependencies) for calculating the greatest common divisor of two numbers
Small Rust library for calculating the greatest common divisor of two numbers

## License

Expand Down

0 comments on commit ab61dfd

Please sign in to comment.