We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7968724 commit 5631ee7Copy full SHA for 5631ee7
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ollama-grid-search",
3
"private": true,
4
- "version": "0.7.0-rc2",
+ "version": "0.7.0",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
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"
src-tauri/tauri.conf.json
@@ -7,7 +7,7 @@
},
8
"package": {
9
"productName": "ollama-grid-search",
10
- "version": "0.7.0-rc2"
+ "version": "0.7.0"
11
12
"tauri": {
13
"allowlist": {
0 commit comments