Skip to content

Commit 3f3ba27

Browse files
author
n3kosempai
committed
[release] new version
1 parent d91e036 commit 3f3ba27

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A modern desktop application for browsing and managing Flatpak applications from
99
- Browse by categories
1010
- Smart caching system for images and app data
1111
- Install Flatpak applications directly
12-
- List your flatpak apps and updates
12+
- List your flatpak apps and updates capcities
1313
- Built with Tauri, React, and TypeScript
1414

1515
## Tech Stack
@@ -93,4 +93,4 @@ To create an automated release with both .deb and .flatpak packages:
9393

9494
## License
9595

96-
[MIT](./LICENSE.md)
96+
[LICENSE](./LICENSE.md)

com.gatorand.klia-store.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<binary>klia-store</binary>
1414
</provides>
1515
<releases>
16-
<release version="0.1.0" date="2025-10-18"/>
16+
<release version="0.9.0" date="2025-10-18"/>
1717
</releases>
1818
<content_rating type="oars-1.1"/>
1919
</component>

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": "0.2.0",
4+
"version": "0.9.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)