We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6279d84 commit 61992f0Copy full SHA for 61992f0
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "systembridge",
3
"private": true,
4
- "version": "4.2.0",
+ "version": "4.1.8",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "systembridge"
-version = "4.2.0"
+version = "4.1.8"
description = "System Bridge"
authors = ["timmo001"]
edition = "2021"
src-tauri/tauri.conf.json
"productName": "System Bridge",
"identifier": "dev.timmo.systembridge",
"app": {
"withGlobalTauri": true,
0 commit comments