From 0c542a6615fce30d435a96c5fb9ba64a6a339075 Mon Sep 17 00:00:00 2001 From: Bo Lopker Date: Sun, 22 Dec 2024 03:50:47 -0800 Subject: [PATCH] bump --- CHANGELOG.md | 4 ++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",