Skip to content

Commit 525c9ea

Browse files
committed
Bump version to 2.3.1
1 parent f3e84c7 commit 525c9ea

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
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.3.0",
3+
"version": "2.3.1",
44
"description": "Use stream controllers",
55
"author": "ninjadev64",
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.3.0"
3+
version = "2.3.1"
44
description = "Use stream controllers"
55
authors = ["ninjadev64"]
66
license = "GPL-3.0-or-later"

src-tauri/bundle/opendeck.metainfo.xml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@
2727

2828
<screenshots>
2929
<screenshot type="default">
30-
<image>https://github.com/ninjadev64/OpenDeck/raw/2daaf68/.github/readme/mainmenu.png</image>
30+
<image>https://github.com/ninjadev64/OpenDeck/raw/f3e84c7/.github/readme/mainmenu.png</image>
3131
</screenshot>
3232
<screenshot>
33-
<image>https://github.com/ninjadev64/OpenDeck/raw/2daaf68/.github/readme/multiaction.png</image>
33+
<image>https://github.com/ninjadev64/OpenDeck/raw/f3e84c7/.github/readme/multiaction.png</image>
3434
</screenshot>
3535
<screenshot>
36-
<image>https://github.com/ninjadev64/OpenDeck/raw/2daaf68/.github/readme/plugins.png</image>
36+
<image>https://github.com/ninjadev64/OpenDeck/raw/f3e84c7/.github/readme/plugins.png</image>
37+
</screenshot>
38+
<screenshot>
39+
<image>https://github.com/ninjadev64/OpenDeck/raw/f3e84c7/.github/readme/profiles.png</image>
3740
</screenshot>
3841
</screenshots>
3942

@@ -43,6 +46,16 @@
4346
</branding>
4447

4548
<releases>
49+
<release version="2.3.1" date="2024-12-17">
50+
<url type="details">https://github.com/ninjadev64/OpenDeck/releases/tag/v2.3.1</url>
51+
<description>
52+
<ul>
53+
<li>Fix instances being removed due to a race condition</li>
54+
<li>Fix profile switching deadlock</li>
55+
<li>Bug fixes and improvements</li>
56+
</ul>
57+
</description>
58+
</release>
4659
<release version="2.3.0" date="2024-12-16">
4760
<url type="details">https://github.com/ninjadev64/OpenDeck/releases/tag/v2.3.0</url>
4861
<description>

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"productName": "OpenDeck",
4242
"mainBinaryName": "opendeck",
43-
"version": "2.3.0",
43+
"version": "2.3.1",
4444
"identifier": "opendeck",
4545
"plugins": {
4646
"deep-link": {

0 commit comments

Comments
 (0)