From 9162a833d2a2e384fa3b6e676d4d7ba3c5a9c57c Mon Sep 17 00:00:00 2001 From: Bo Lopker Date: Mon, 16 Dec 2024 21:07:35 +0000 Subject: [PATCH] Bump --- CHANGELOG.md | 5 +++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7528128..d0a8bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Unreleased +# 2.0.4 + +- App is now signed by Apple +- Added metadata and lossless options + # 2.0.1 - Fix release script diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a204def..9344380 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.3", + "version": "2.0.4", "identifier": "io.kbl.alic", "build": { "beforeDevCommand": "bun run dev",