From d290f4f18010c4f2c787be27eb133b9b0981062b Mon Sep 17 00:00:00 2001 From: Nic-dorman Date: Thu, 18 Jun 2026 14:00:15 +0100 Subject: [PATCH] chore(release): bump version to 0.8.2-rc.4 Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ae5a0ad..85c001a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-gui", - "version": "0.8.2-rc.3", + "version": "0.8.2-rc.4", "private": true, "type": "module", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 72eea52..1d1d169 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -848,7 +848,7 @@ dependencies = [ [[package]] name = "ant-gui" -version = "0.8.2-rc.3" +version = "0.8.2-rc.4" dependencies = [ "ant-core", "dirs 5.0.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 848cafc..7d0ff68 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-gui" -version = "0.8.2-rc.3" +version = "0.8.2-rc.4" edition = "2021" [lib] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8252d78..f32b7e8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/nicholasgasior/tauri-v2-schema/refs/heads/master/tauri.conf.json", "productName": "Autonomi", - "version": "0.8.2-rc.3", + "version": "0.8.2-rc.4", "identifier": "com.autonomi.ant-gui", "build": { "frontendDist": "../dist",