Skip to content

Commit

Permalink
bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredolx committed Jan 14, 2025
1 parent 7640a01 commit 93e17ee
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions flatpak/dev.fredol.open-tv.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
</categories>
<launchable type="desktop-id">dev.fredol.open-tv.desktop</launchable>
<releases>
<release version="1.3.1" date="2025-01-13">
<description>
<p>
Please see the official changelog at github.com/fredolx/open-tv/releases
</p>
</description>
</release>
<release version="1.3.0" date="2025-01-09">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-tv",
"version": "1.3.0",
"version": "1.3.1",
"scripts": {
"ng": "ng",
"tauri": "tauri",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "open_tv"
version = "1.3.0"
version = "1.3.1"
description = "Fast And Powerful IPTV App"
authors = ["Frédéric Lachapelle"]
license = ""
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Open TV",
"version": "1.3.0",
"version": "1.3.1",
"identifier": "dev.fredol.open-tv",
"build": {
"frontendDist": "../dist/open-tv/browser",
Expand All @@ -11,7 +11,7 @@
"app": {
"windows": [
{
"title": "Open TV (v1.3.0)",
"title": "Open TV (v1.3.1)",
"width": 800,
"height": 600,
"resizable": true,
Expand Down

0 comments on commit 93e17ee

Please sign in to comment.