diff --git a/mapper_service/Cargo.toml b/mapper_service/Cargo.toml index 3461d64..9dfb52d 100644 --- a/mapper_service/Cargo.toml +++ b/mapper_service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mapper_service" -version = "0.0.2" +version = "1.0.0" authors = ["Tomáš Diblík "] edition = "2021" description = "TODO" diff --git a/ui/src-tauri/Cargo.toml b/ui/src-tauri/Cargo.toml index a8d53f2..0774e21 100644 --- a/ui/src-tauri/Cargo.toml +++ b/ui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ui" -version = "0.0.2" +version = "1.0.0" authors = ["Tomáš Diblík "] edition = "2021" description = "TODO" diff --git a/ui/src-tauri/tauri.conf.json b/ui/src-tauri/tauri.conf.json index b65aa79..4c3979f 100644 --- a/ui/src-tauri/tauri.conf.json +++ b/ui/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "KeyXpert", - "version": "0.0.2" + "version": "1.0.0" }, "tauri": { "allowlist": {