diff --git a/Cargo.toml b/Cargo.toml index 427f57c..3a0cf0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "measurements" -version = "0.10.1" +version = "0.10.2" authors = ["James O'Cull ", "Jonathan Pallant ", "Hannah McLaughlin ", "Danilo Bargen ", ] documentation = "https://docs.rs/crate/measurements" -repository = "https://github.com/jocull/rust-measurements" +repository = "https://github.com/thejpster/rust-measurements" keywords = ["measurements", "lengths", "weights", "temperatures", "volumes"] description = "Handle metric, imperial, and other measurements with ease! Types: Length, Temperature, Weight, Volume, Pressure" license = "MIT"