diff --git a/package.json b/package.json index ecef65e..81cb158 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "box-ollama", "private": true, - "version": "0.1.1", + "version": "0.1.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2cb817f..8b6a882 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "box-ollama" version = "0.1.0" -description = "A Tauri App" -authors = ["you"] +description = "Box Ollama" +authors = ["izac ximenes"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 871aabc..7c74081 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -6,8 +6,8 @@ "distDir": "../dist" }, "package": { - "productName": "box-ollama", - "version": "0.1.0" + "productName": "Box Ollama", + "version": "0.1.2" }, "tauri": { "allowlist": { @@ -24,7 +24,7 @@ }, "windows": [ { - "title": "box-ollama", + "title": "Box Ollama", "width": 500, "height": 600, "decorations": false