Skip to content

Commit 922a3e7

Browse files
committed
v0.12.0
1 parent e5e99ff commit 922a3e7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

app/linux/packaging/com.pikatorrent.PikaTorrent.metainfo.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@
5656
</screenshots>
5757

5858
<releases>
59+
<release version="0.12.0" date="2025-04-10">
60+
<description>
61+
<ul>
62+
<li>New theme and logo</li>
63+
<li>Torrents streaming support</li>
64+
<li>Torrents sharing support</li>
65+
<li>Added donation link</li>
66+
</ul>
67+
</description>
68+
</release>
5969
<release version="0.11.0" date="2025-01-31">
6070
<description>
6171
<ul>

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.11.1+3
19+
version: 0.12.0+4
2020

2121
environment:
2222
sdk: ^3.5.3

site/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NEXT_PUBLIC_APP_VERSION=0.11.1
1+
NEXT_PUBLIC_APP_VERSION=0.12.0

0 commit comments

Comments
 (0)