diff --git a/CHANGELOG.md b/CHANGELOG.md index bd84ab8..fe344c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Unreleased +# 2.0.8 + +- Fix white scroll bars when show scroll bars is set to always + # 2.0.7 - Try to get updater working diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 074f394..a68d7d8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "mainBinaryName": "Alic", "productName": "Alic Image Compressor", - "version": "2.0.7", + "version": "2.0.8", "identifier": "io.kbl.alic", "build": { "beforeDevCommand": "bun run dev",