Skip to content

Commit

Permalink
Update version to 4.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 authored and github-actions[bot] committed Aug 16, 2024
1 parent 744df17 commit 48ac84a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "systembridge",
"private": true,
"version": "4.1.11",
"version": "4.1.12",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
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 = "systembridge"
version = "4.1.11"
version = "4.1.12"
description = "System Bridge"
authors = ["timmo001"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "System Bridge",
"version": "4.1.11",
"version": "4.1.12",
"identifier": "dev.timmo.systembridge",
"app": {
"withGlobalTauri": true,
Expand Down

0 comments on commit 48ac84a

Please sign in to comment.