Skip to content

Commit 93e17ee

Browse files
committed
bump to 1.3.1
1 parent 7640a01 commit 93e17ee

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
</categories>
3030
<launchable type="desktop-id">dev.fredol.open-tv.desktop</launchable>
3131
<releases>
32+
<release version="1.3.1" date="2025-01-13">
33+
<description>
34+
<p>
35+
Please see the official changelog at github.com/fredolx/open-tv/releases
36+
</p>
37+
</description>
38+
</release>
3239
<release version="1.3.0" date="2025-01-09">
3340
<description>
3441
<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.0",
3+
"version": "1.3.1",
44
"scripts": {
55
"ng": "ng",
66
"tauri": "tauri",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open_tv"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Fast And Powerful IPTV App"
55
authors = ["Frédéric Lachapelle"]
66
license = ""

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.0",
3+
"version": "1.3.1",
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.0)",
14+
"title": "Open TV (v1.3.1)",
1515
"width": 800,
1616
"height": 600,
1717
"resizable": true,

0 commit comments

Comments
 (0)