diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b76854..d6670f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 0.7.3 +- Add persistent title bars so it matches with the theme + ## 0.7.2 - Implement custom title bars diff --git a/package.json b/package.json index d23aa8a6..30d30840 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pachtop", "private": true, - "version": "0.7.2", + "version": "0.7.3", "type": "module", "scripts": { "dev": "vite", @@ -49,4 +49,4 @@ "vite": "^5.2.11" }, "packageManager": "yarn@3.8.2" -} +} \ No newline at end of file diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 62f8237f..43d42066 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -81,7 +81,7 @@ checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" [[package]] name = "app" -version = "0.7.2" +version = "0.7.3" dependencies = [ "chrono", "cocoa 0.25.0", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 46d8dbe1..5cbbecf9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.7.2" +version = "0.7.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 a3a8993e..95234f31 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "pachtop", - "version": "0.7.2" + "version": "0.7.3" }, "tauri": { "systemTray": {