From 5631ee7435828f5f73140bde2b55cbbbd08c7c44 Mon Sep 17 00:00:00 2001 From: dezoito Date: Sun, 24 Nov 2024 21:18:59 -0300 Subject: [PATCH] feature/sql: Bumps version to 0.7.0 --- 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 ab7e86f..a882d7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ollama-grid-search", "private": true, - "version": "0.7.0-rc2", + "version": "0.7.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0a7cdd5..2716743 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grid-search-desktop" -version = "0.7.0-rc2" +version = "0.7.0" 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 5bf5297..6c35204 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-rc2" + "version": "0.7.0" }, "tauri": { "allowlist": {