Skip to content

Commit 5fa4b1f

Browse files
committed
1.2.0
1 parent f585a0e commit 5fa4b1f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "charachorder-device-manager",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"repository": {

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 = "app"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "A Tauri App"
55
authors = ["Thea Schöbl <dev@theaninova.de>"]
66
license = "AGPL-3"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"devPath": "http://localhost:5173",
77
"distDir": "../build"
88
},
9-
"package": { "productName": "amacc1ng", "version": "1.1.0" },
9+
"package": { "productName": "amacc1ng", "version": "1.2.0" },
1010
"tauri": {
1111
"allowlist": { "all": false },
1212
"bundle": {

0 commit comments

Comments
 (0)