Skip to content

Commit

Permalink
fix long summary
Browse files Browse the repository at this point in the history
  • Loading branch information
pejuko committed Feb 26, 2024
1 parent 05cb43a commit 280ff31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions io.github.pejuko.follamac.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>io.github.pejuko.follamac</id>

<name>Follamac</name>
<summary>Follamac is a desktop application which provides convenient way to work with Ollama and large language models (LLMs)</summary>
<summary>Work with Ollama from GUI</summary>

<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
Expand Down Expand Up @@ -51,6 +51,6 @@
</categories>

<releases>
<release version="0.1.2" date="2024-02-26" />
<release version="0.1.3" date="2024-02-26" />
</releases>
</component>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "follamac",
"productName": "Follamac",
"version": "0.1.2",
"version": "0.1.3",
"description": "Follamac is an desktop application which provides convenient way to work with Ollama. Ollama works with large language models (LLMs).",
"homepage": "https://github.com/pejuko/follamac",
"repository": "https://github.com/pejuko/follamac",
Expand Down

0 comments on commit 280ff31

Please sign in to comment.