bump: 0.2.2

This commit is contained in:
0xMRTT 2023-05-26 19:42:30 +02:00
parent d9b26fba8a
commit e36e58c1c8
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
2 changed files with 12 additions and 1 deletions

View File

@ -52,6 +52,17 @@
</keywords>
<releases>
<release version="0.2.2" date="2023-5-26" type="stable">
<description>
<p>Going local</p>
<ul>
<li>Add the ability to use Stable Diffusion running locally</li>
<li>Add the ability to customize filename</li>
<li>Fix some bugs</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="0.2.1" date="2023-5-18" type="stable">
<description>
<p>Unlimited Image Generation Power</p>

View File

@ -1,5 +1,5 @@
project('imaginer',
version: '0.2.1',
version: '0.2.2',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)