diff --git a/Cargo.toml b/Cargo.toml index 0bf1653..30ba1b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ds323x" -version = "0.3.1" # remember to update html_root_url +version = "0.3.2" # remember to update html_root_url authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/ds323x-rs" license = "MIT OR Apache-2.0" diff --git a/LICENSE-MIT b/LICENSE-MIT index c75da13..6fa9389 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (C) 2018 Diego Barrios Romero +Copyright (C) 2018-2021 Diego Barrios Romero Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/src/lib.rs b/src/lib.rs index 0639307..90c61ce 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -386,7 +386,7 @@ //! rtc.set_alarm1_hms(time).unwrap(); //! ``` -#![doc(html_root_url = "https://docs.rs/ds323x/0.3.1")] +#![doc(html_root_url = "https://docs.rs/ds323x/0.3.2")] #![deny(unsafe_code, missing_docs)] #![no_std]