From d36f036b3c0ef690bcb7cd632426e5f4795771e2 Mon Sep 17 00:00:00 2001 From: Nic-dorman Date: Fri, 7 Aug 2026 13:39:45 +0100 Subject: [PATCH] chore(release): bump version to 0.9.6-rc.1 Prerelease cut to field-test the explicit payment gas limits (V2-892, #201) through the browser-extension signing bridge. Co-Authored-By: Claude Fable 5 --- .nuxtrc | 1 + package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .nuxtrc diff --git a/.nuxtrc b/.nuxtrc new file mode 100644 index 0000000..1e78080 --- /dev/null +++ b/.nuxtrc @@ -0,0 +1 @@ +setups.@nuxt/test-utils="3.23.0" \ No newline at end of file diff --git a/package.json b/package.json index 1c7ff78..17ca894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-gui", - "version": "0.9.5", + "version": "0.9.6-rc.1", "private": true, "type": "module", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c3c4bf3..69a5a8d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -849,7 +849,7 @@ dependencies = [ [[package]] name = "ant-gui" -version = "0.9.5" +version = "0.9.6-rc.1" dependencies = [ "ant-core", "axum", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 02abfaf..b48e780 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-gui" -version = "0.9.5" +version = "0.9.6-rc.1" edition = "2021" [lib] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index dd13742..fdf2428 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.5", + "version": "0.9.6-rc.1", "identifier": "com.autonomi.ant-gui", "build": { "frontendDist": "../dist",