Skip to content

Commit f7fc66f

Browse files
author
n3kosempai
committed
[release] hotfix for wrong pointment
1 parent e050bc4 commit f7fc66f

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

io.github.N3kosempai.klia-store.metainfo.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,11 @@
4747
<binary>klia-store</binary>
4848
</provides>
4949
<releases>
50-
<release version="2.5.5" date="2026-01-21">
50+
<release version="2.5.51" date="2026-01-27" type="hotfix">
5151
<description>
52-
<p>✨ Improvements:</p>
52+
<p>🔧 Hotfix:</p>
5353
<ul>
54-
<li>My Apps section now prioritizes apps with available updates at the top of the list</li>
55-
<li>Search results are now preserved when navigating to app details and back</li>
56-
<li>Added clear button (X) to search bar for quick search reset</li>
57-
<li>Improved navigation flow: returning from categories and My Apps now shows clean home screen</li>
54+
<li>Fixed critical issue from previous release that prevented proper application functionality</li>
5855
</ul>
5956
</description>
6057
</release>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "klia-store",
33
"private": true,
4-
"version": "2.5.5",
4+
"version": "2.5.51",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)