diff --git a/Cargo.toml b/Cargo.toml index ee8d4c6..e0bc685 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libpso" -version = "0.1.0" +version = "0.0.1" authors = ["Jake Probst "] edition = "2018" diff --git a/psopacket/Cargo.toml b/psopacket/Cargo.toml index 1276634..fe5cafa 100644 --- a/psopacket/Cargo.toml +++ b/psopacket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psopacket" -version = "1.0.0" +version = "0.0.1" authors = ["Jake Probst "] edition = "2018"