Skip to content

Commit 9c825f8

Browse files
committed
bump version
1 parent 31ee78f commit 9c825f8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

flatpak/dev.fredol.open-tv.metainfo.xml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
</p>
3737
</description>
3838
</release>
39+
<release version="1.4.0" date="2025-01-22">
40+
<description>
41+
<p>
42+
Please see the official changelog at github.com/fredolx/open-tv/releases
43+
</p>
44+
</description>
45+
</release>
3946
<release version="1.3.0" date="2025-01-09">
4047
<description>
4148
<p>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-tv",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"scripts": {
55
"ng": "ng",
66
"tauri": "tauri",

src-tauri/tauri.conf.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Open TV",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"identifier": "dev.fredol.open-tv",
55
"build": {
66
"frontendDist": "../dist/open-tv/browser",
@@ -11,7 +11,7 @@
1111
"app": {
1212
"windows": [
1313
{
14-
"title": "Open TV (v1.3.1)",
14+
"title": "Open TV (v1.4.0)",
1515
"width": 800,
1616
"height": 600,
1717
"resizable": true,

0 commit comments

Comments
 (0)