diff --git a/Cargo.lock b/Cargo.lock index 0c0cccc8..bfabec2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2377,7 +2377,7 @@ dependencies = [ [[package]] name = "pigg" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "iced", diff --git a/Cargo.toml b/Cargo.toml index e0cf3727..4cdc9fca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pigg" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "A Graphical User Interface for interacting with local and remote Raspberry Pi Hardware" default-run = "piggui" diff --git a/README.md b/README.md index b959c546..ea55f59e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ The GUI component, the Pi Gpio GUI (PIGGUI) is affectionately known as "piggy".