Preparing for 0.7.1
This commit is contained in:
parent
3f76dfdbe9
commit
54fbe3b505
@ -51,6 +51,18 @@
|
||||
<url type="homepage">https://github.com/Jeffser/Alpaca</url>
|
||||
<url type="donation">https://github.com/sponsors/Jeffser</url>
|
||||
<releases>
|
||||
<release version="0.7.1" date="2024-05-23">
|
||||
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.7.1</url>
|
||||
<description>
|
||||
<p>Bug Fixes</p>
|
||||
<ul>
|
||||
<li>Fixed: Minor spelling mistake</li>
|
||||
<li>Added 'mobile' as a supported form factor</li>
|
||||
<li>Fixed: 'Connection Error' dialog not working properly</li>
|
||||
<li>Fixed: App might freeze randomly on startup</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.7.0" date="2024-05-22">
|
||||
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.7.0</url>
|
||||
<description>
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('Alpaca',
|
||||
version: '0.7.0',
|
||||
version: '0.7.1',
|
||||
meson_version: '>= 0.62.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
@ -48,7 +48,7 @@ class AlpacaApplication(Adw.Application):
|
||||
application_name='Alpaca',
|
||||
application_icon='com.jeffser.Alpaca',
|
||||
developer_name='Jeffry Samuel Eduarte Rojas',
|
||||
version='0.7.0',
|
||||
version='0.7.1',
|
||||
developers=['Jeffser https://jeffser.com'],
|
||||
designers=['Jeffser https://jeffser.com'],
|
||||
translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user