diff --git a/package.json b/package.json index 3494b15..142e58e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-gui", - "version": "0.9.3-rc.1", + "version": "0.9.3", "private": true, "type": "module", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ee6fb7a..a86d40a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -849,7 +849,7 @@ dependencies = [ [[package]] name = "ant-gui" -version = "0.9.3-rc.1" +version = "0.9.3" dependencies = [ "ant-core", "dirs 5.0.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index fc2cb46..599d57f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-gui" -version = "0.9.3-rc.1" +version = "0.9.3" edition = "2021" [lib] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 344cb54..a6be096 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.3-rc.1", + "version": "0.9.3", "identifier": "com.autonomi.ant-gui", "build": { "frontendDist": "../dist",