Skip to content

Commit

Permalink
FEAT: update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelilahOu committed May 31, 2024
1 parent 04f8a41 commit fc2fcc9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "mahali",
"version": "1.2.4",
"name": "mahalli",
"version": "1.3.4",
"private": true,
"author": "abdelilah ouaadouch",
"description": "inventory management app",
"description": "inventory & invoicing management app",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub async fn establish_connection() -> DatabaseConnection {
};

#[cfg(not(debug_assertions))]
let data_dir = home_dir.join(".mahali/data");
let data_dir = home_dir.join(".mahalli/data");
#[cfg(not(debug_assertions))]
if let Err(_) = fs::metadata(&data_dir) {
fs::create_dir_all(&data_dir).expect("Could not create data directory");
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 @@ -7,8 +7,8 @@
"distDir": "../dist"
},
"package": {
"productName": "mahali",
"version": "1.2.4"
"productName": "mahalli",
"version": "1.3.4"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -75,7 +75,7 @@
"fullscreen": false,
"height": 750,
"resizable": true,
"title": "Mahali | inventory & invoicing",
"title": "Mahalli | inventory & invoicing",
"width": 1000,
"fileDropEnabled": false
}
Expand Down

0 comments on commit fc2fcc9

Please sign in to comment.