Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Sep 25, 2022
1 parent 2a5e227 commit 959ba4e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions desktop/com.github.unrud.djpdf.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
<url type="homepage">https://github.com/Unrud/djpdf</url>
<developer_name>Unrud</developer_name>
<releases>
<release version="0.3.1" date="2022-09-25">
<description>
<ul>
<li>Make default values configurable</li>
<li>Fix typo in help</li>
<li>Raise default JBIG2 symbol threshold to 90%</li>
<li>Fix race when using FileChooser dialog</li>
</ul>
</description>
</release>
<release version="0.3.0" date="2022-07-05">
<description>
<ul>
Expand Down Expand Up @@ -187,10 +197,10 @@
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.3.0/screenshots/1.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.3.1/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.3.0/screenshots/2.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.3.1/screenshots/2.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name="djpdf",
version="0.3.0",
version="0.3.1",
packages=packages,
package_data=package_data,
entry_points={"console_scripts": console_scripts},
Expand Down

0 comments on commit 959ba4e

Please sign in to comment.