Skip to content

Commit

Permalink
feat: v0.3.1 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored May 20, 2023
1 parent 669a553 commit 825dbce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/dev.geopjr.Tuba.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
<control>touch</control>
</recommends>
<releases>
<release version="0.3.1" date="2023-05-20">
<description>
<ul>
<li>Fixed crash when replying to posts outside of a thread</li>
<li>Fixed polls not getting updated</li>
<li>Fixed broken navigation on nested views</li>
</ul>
</description>
</release>
<release version="0.3.0" date="2023-05-20">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'dev.geopjr.Tuba',
['c', 'vala'],
version: '0.3.0',
version: '0.3.1',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit 825dbce

Please sign in to comment.