Skip to content

Commit 5631ee7

Browse files
committed
feature/sql: Bumps version to 0.7.0
1 parent 7968724 commit 5631ee7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ollama-grid-search",
33
"private": true,
4-
"version": "0.7.0-rc2",
4+
"version": "0.7.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grid-search-desktop"
3-
version = "0.7.0-rc2"
3+
version = "0.7.0"
44
description = "A Tauri App to perform Grid Search and A/B testing experiments on LLMs"
55
authors = ["dezoito"]
66
license = "Whatever is in the repo"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "ollama-grid-search",
10-
"version": "0.7.0-rc2"
10+
"version": "0.7.0"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)