diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4630c5..687ac9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## 0.11.0 +## 0.9.3 - Add Check update section in settings - -### Carried over updates from 0.10.0 -- Make Statscard fully responsive -- Improve MacOS support for theming -- Add Footer for mini metrics -- Implement Disk analysis progress indicator -- Update dependencies - -## 0.10.0 - - Make Statscard fully responsive - Improve MacOS support for theming - Add Footer for mini metrics diff --git a/package.json b/package.json index abec7f4a..3eef27d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pachtop", "private": true, - "version": "0.11.0", + "version": "0.9.3", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 439d1f07..24fcd0e4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -81,7 +81,7 @@ checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" [[package]] name = "app" -version = "0.11.0" +version = "0.9.3" dependencies = [ "chrono", "cocoa 0.25.0", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b47eec1f..288a33aa 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.11.0" +version = "0.9.3" description = "Cross-platform (Linux, WIndows, MacOS) Desktop GUI system monitor" authors = ["Pacholo Amit"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 953f620d..36556aa7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "pachtop", - "version": "0.11.0" + "version": "0.9.3" }, "tauri": { "systemTray": {