Skip to content

Commit 2045ca8

Browse files
committed
chore: bump version to 2.4.3
1 parent bb8efa9 commit 2045ca8

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opendeck",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Use stream controllers",
55
"author": "Aman Khanna (nekename)",
66
"license": "GPL-3.0-or-later",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "opendeck"
3-
version = "2.4.2"
3+
version = "2.4.3"
44
description = "Use stream controllers"
55
authors = ["Aman Khanna (nekename)"]
66
license = "GPL-3.0-or-later"

src-tauri/bundle/opendeck.metainfo.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
</branding>
4747

4848
<releases>
49+
<release version="2.4.3" date="2025-04-17">
50+
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.4.3</url>
51+
<description>
52+
<p>Two months' worth of bug fixes and improvements, see the commit timeline on GitHub for details</p>
53+
</description>
54+
</release>
4955
<release version="2.4.2" date="2025-02-18">
5056
<url type="details">https://github.com/nekename/OpenDeck/releases/tag/v2.4.2</url>
5157
<description>

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"productName": "OpenDeck",
4343
"mainBinaryName": "opendeck",
44-
"version": "2.4.2",
44+
"version": "2.4.3",
4545
"identifier": "opendeck",
4646
"plugins": {
4747
"deep-link": {

0 commit comments

Comments
 (0)