Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 501c91c

Browse files
committed
[Chore] Bump version to v1.0.0
1 parent 8dd1d54 commit 501c91c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mapper_service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mapper_service"
3-
version = "0.0.2"
3+
version = "1.0.0"
44
authors = ["Tomáš Diblík <[email protected]>"]
55
edition = "2021"
66
description = "TODO"

ui/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 = "ui"
3-
version = "0.0.2"
3+
version = "1.0.0"
44
authors = ["Tomáš Diblík <[email protected]>"]
55
edition = "2021"
66
description = "TODO"

ui/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "KeyXpert",
11-
"version": "0.0.2"
11+
"version": "1.0.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)