diff --git a/Cargo.lock b/Cargo.lock index 95258d0..7b8deb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2617,7 +2617,7 @@ dependencies = [ [[package]] name = "uad_gui" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "fern", diff --git a/README.md b/README.md index b69365b..434434c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Universal Android Debloater GUI **DISCLAIMER**: Use it at your own risk. I am not responsible for anything that could happen to your phone. -![uad-rust-gui-screenshot](ressources/screenshots/v0.1.png) +![uad-rust-gui-screenshot](ressources/screenshots/v0.2.png) **This software is still in a very early stage of developpement. Check out the issues, and feel free to contribute!** diff --git a/ressources/screenshots/v0.1.png b/ressources/screenshots/v0.1.png deleted file mode 100644 index bad8a5b..0000000 Binary files a/ressources/screenshots/v0.1.png and /dev/null differ diff --git a/ressources/screenshots/v0.2.png b/ressources/screenshots/v0.2.png new file mode 100644 index 0000000..e266d08 Binary files /dev/null and b/ressources/screenshots/v0.2.png differ