From 7968724823186184ab8ccdd307d626d5f185b036 Mon Sep 17 00:00:00 2001 From: dezoito Date: Sun, 24 Nov 2024 21:03:13 -0300 Subject: [PATCH] feature/sql: Fixes version info --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9036cd0..ab7e86f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ollama-grid-search", "private": true, - "version": "0.7.0.2", + "version": "0.7.0-rc2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index eef49f7..0a7cdd5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grid-search-desktop" -version = "0.7.0.2" +version = "0.7.0-rc2" description = "A Tauri App to perform Grid Search and A/B testing experiments on LLMs" authors = ["dezoito"] license = "Whatever is in the repo" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8adba13..5bf5297 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ollama-grid-search", - "version": "0.7.0.2" + "version": "0.7.0-rc2" }, "tauri": { "allowlist": {