Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Theaninova committed Jul 9, 2024
1 parent 7ad9612 commit 888df6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charachorder-device-manager",
"version": "1.5.1",
"version": "1.5.2",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
Expand Down Expand Up @@ -85,4 +85,4 @@
"workbox-window": "^7.1.0"
},
"type": "module"
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "1.5.1"
version = "1.5.2"
description = "A Tauri App"
authors = ["Thea Schöbl <[email protected]>"]
license = "AGPL-3"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devPath": "http://localhost:5173",
"distDir": "../build"
},
"package": { "productName": "amacc1ng", "version": "1.5.1" },
"package": { "productName": "amacc1ng", "version": "1.5.2" },
"tauri": {
"allowlist": { "all": false },
"bundle": {
Expand Down

0 comments on commit 888df6d

Please sign in to comment.