diff --git a/Cargo.toml b/Cargo.toml index 3a4aa78..764d7b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "icmp-socket" description = "ICMP sockets for both IPv4 and IPv6" -version = "0.1.2" +version = "0.2.0" repository = "https://github.com/zaphar/icmp-socket" authors = ["Jeremy Wall "] edition = "2018" diff --git a/README.md b/README.md index 18207f6..483857a 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ let packet6 = Icmpv6Packet::with_echo_request(42, 1, "payload".to_bytes()); # API Documentation -https://docs.rs/icmp-socket/0.1.2 \ No newline at end of file +https://docs.rs/icmp-socket/0.2.0 \ No newline at end of file