diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c597c..64cb970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.1] - 2026-03-24 + +### 🐛 Bug Fixes + +- Normalizing design +- Colors +- Pane numbering +- Styling +- Pane gap ## [0.2.0] - 2026-03-22 ### 🚀 Features diff --git a/package.json b/package.json index e3fe413..47d4708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dextop", - "version": "0.2.0", + "version": "0.2.1", "description": "", "license": "MIT", "type": "module", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0e22b89..822ad68 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -738,7 +738,7 @@ dependencies = [ [[package]] name = "dextop" -version = "0.2.0" +version = "0.2.1" dependencies = [ "notify", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index fec8856..c00ca54 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dextop" -version = "0.2.0" +version = "0.2.1" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3be8454..2b74077 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "dextop", - "version": "0.2.0", + "version": "0.2.1", "identifier": "com.mattsverse.dextop", "build": { "beforeDevCommand": "bun run dev",