diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 3c9abf9..80b44b4 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daemon" -version = "0.4.0" +version = "1.0.0" edition = "2021" repository = "https://github.com/tee8z/noaa-data-pipeline" diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index 242c552..a9bcacf 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oracle" -version = "0.4.0" +version = "1.0.0" edition = "2021" repository = "https://github.com/tee8z/noaa-data-pipeline"