Skip to content

Commit

Permalink
Merge pull request #3 from izacximenes/master
Browse files Browse the repository at this point in the history
Update app build name
  • Loading branch information
izacximenes authored Oct 3, 2024
2 parents 5bf7bdb + b1a3cce commit c4fa2f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "box-ollama",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"distDir": "../dist"
},
"package": {
"productName": "box-ollama",
"version": "0.1.0"
"productName": "Box Ollama",
"version": "0.1.2"
},
"tauri": {
"allowlist": {
Expand All @@ -24,7 +24,7 @@
},
"windows": [
{
"title": "box-ollama",
"title": "Box Ollama",
"width": 500,
"height": 600,
"decorations": false
Expand Down

0 comments on commit c4fa2f9

Please sign in to comment.