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

Commit

Permalink
[Chore] Bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TDiblik committed Jul 6, 2023
1 parent 8dd1d54 commit 501c91c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mapper_service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mapper_service"
version = "0.0.2"
version = "1.0.0"
authors = ["Tomáš Diblík <[email protected]>"]
edition = "2021"
description = "TODO"
Expand Down
2 changes: 1 addition & 1 deletion ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ui"
version = "0.0.2"
version = "1.0.0"
authors = ["Tomáš Diblík <[email protected]>"]
edition = "2021"
description = "TODO"
Expand Down
2 changes: 1 addition & 1 deletion ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "KeyXpert",
"version": "0.0.2"
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 501c91c

Please sign in to comment.