From 8198e65d5e1b17d4a37a343fe7f38ee82c713893 Mon Sep 17 00:00:00 2001 From: Nic-dorman Date: Thu, 21 May 2026 10:18:05 +0100 Subject: [PATCH] chore(release): bump version to 0.8.0-rc.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrects #137 which bumped to 0.9.0-rc.1 — this RC continues the 0.8.0 cycle since 0.8.0 was never promoted to stable. Co-Authored-By: Claude Opus 4.7 (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 022d6b6..de047f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-gui", - "version": "0.9.0-rc.1", + "version": "0.8.0-rc.2", "private": true, "type": "module", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6a405ee..27d13d7 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -848,7 +848,7 @@ dependencies = [ [[package]] name = "ant-gui" -version = "0.9.0-rc.1" +version = "0.8.0-rc.2" dependencies = [ "ant-core", "dirs 5.0.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 216efa8..9ab6cb4 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-gui" -version = "0.9.0-rc.1" +version = "0.8.0-rc.2" edition = "2021" [lib] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e374daf..34aaa78 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.9.0-rc.1", + "version": "0.8.0-rc.2", "identifier": "com.autonomi.ant-gui", "build": { "frontendDist": "../dist",