diff --git a/Cargo.lock b/Cargo.lock index 413536e..71bba1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1123,7 +1123,7 @@ dependencies = [ [[package]] name = "cosmic-ext-tweaks" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "ashpd 0.8.1", diff --git a/Cargo.toml b/Cargo.toml index 080355d..caaa41a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosmic-ext-tweaks" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies] diff --git a/res/metainfo.xml b/res/metainfo.xml index 42f0d33..05d8431 100644 --- a/res/metainfo.xml +++ b/res/metainfo.xml @@ -60,6 +60,17 @@ com.system76.CosmicApplication + + +

Snapshots and toolkit improvements 🚀

+

Tweak without worries with snapshots, a simple way to save the state of your desktop and restore it later on, everytime the app opens a snapshot is created in case you need to go back to a previous state.

+
    +
  • Create snapshots of your own
  • +
  • Includes a revamped about page
  • +
  • Borders have been added to the window
  • +
+
+

Layouts are here!

diff --git a/src/app.rs b/src/app.rs index 8ee0d96..68c4ab8 100644 --- a/src/app.rs +++ b/src/app.rs @@ -169,7 +169,7 @@ impl Application for TweakTool { .set_application_icon(Self::APP_ID) .set_developer_name("Eduardo Flores") .set_license_type("GPL-3.0") - .set_version("0.1.2") + .set_version("0.1.3") .set_support_url("https://github.com/cosmic-utils/tweaks/issues") .set_repository_url("https://github.com/cosmic-utils/tweaks") .set_developers([("Eduardo Flores".into(), "edfloreshz@proton.me".into())]);