Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinNovais committed Nov 20, 2024
1 parent 6e944da commit 7edd67e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion data/io.github.kelvinnovais.Kasasa.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,18 @@
</branding>

<releases>
<release date="2024-11-20" version="0.1.4">
<description translate="no">
<ul>
<li>Updated Russian translation (thanks to Vladimir Kosolapov - vmkspv)</li>
<li>Fixed typos</li>
</ul>
</description>
</release>
<release date="2024-11-12" version="0.1.3">
<description translate="no">
<ul>
<li>Added/updated translations</li>
<li>Added/updated translations - thanks to Albano Battistella (albanobattistella)</li>
<li>Fixed unpinning window while retaking a screenshot</li>
</ul>
</description>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('kasasa', 'c',
version: '0.1.3',
version: '0.1.4',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/kasasa-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ kasasa_application_about_action (GSimpleAction *action,
"application-name", _("Kasasa"),
"application-icon", "io.github.kelvinnovais.Kasasa",
"developer-name", "Kelvin Ribeiro Novais",
"version", "0.1.3",
"version", "0.1.4",
"comments", _("Snip and pin useful information"
"\n\nIf you liked the app ❤️, consider giving it a star ⭐:"),
"issue-url", "https://github.com/KelvinNovais/Kasasa/issues",
Expand Down

0 comments on commit 7edd67e

Please sign in to comment.