Skip to content

Commit 61992f0

Browse files
timmo001github-actions[bot]
authored andcommitted
Update version to 4.1.8
1 parent 6279d84 commit 61992f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "systembridge",
33
"private": true,
4-
"version": "4.2.0",
4+
"version": "4.1.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "systembridge"
3-
version = "4.2.0"
3+
version = "4.1.8"
44
description = "System Bridge"
55
authors = ["timmo001"]
66
edition = "2021"

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "System Bridge",
3-
"version": "4.2.0",
3+
"version": "4.1.8",
44
"identifier": "dev.timmo.systembridge",
55
"app": {
66
"withGlobalTauri": true,

0 commit comments

Comments
 (0)