Skip to content

Commit

Permalink
chore(tauri): update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ziteh committed Jul 20, 2024
1 parent 203f282 commit 6b09e1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elebox-tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elebox",
"private": true,
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"type": "module",
"scripts": {
"tauri dev": "tauri dev",
Expand Down
2 changes: 1 addition & 1 deletion elebox-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elebox"
version = "1.0.0-beta.2"
version = "1.0.0-beta.3"
license = "MIT OR Apache-2.0"
description = "Lightweight personal electronic parts inventory management tool"
repository = "https://github.com/ziteh/elebox"
Expand Down
2 changes: 1 addition & 1 deletion elebox-tauri/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function import_csv() {
<v-label>Version</v-label>
</v-col>
<v-col cols="auto">
<code>1.0.0-beta.2</code>
<code>1.0.0-beta.3</code>
</v-col>
</v-row>
</v-container>
Expand Down

0 comments on commit 6b09e1c

Please sign in to comment.