Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Mar 26, 2024
1 parent 78dd2c3 commit deacb74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions data/io.github.nokse22.teleprompter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,21 @@
<url type="translate">https://github.com/Nokse22/teleprompter/tree/main/po</url>

<branding>
<color type="primary" scheme_preference="light">#63b5e7</color>
<color type="primary" scheme_preference="dark">#276387</color>
<color type="primary" scheme_preference="light">#9e9e9e</color>
<color type="primary" scheme_preference="dark">#393939</color>
</branding>

<custom>
<value key="GnomeSoftware::key-colors">[(99, 181, 231), (39, 99, 135)]</value>
</custom>

<releases>
<release version="0.1.8" date="2024-03-26">
<description translatable="no">
<p>Updated runtime</p>
<p>Used latest Libadwaita widgets</p>
</description>
</release>
<release version="0.1.7" date="2024-03-10">
<description translatable="no">
<ul>
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('teleprompter',
version: '0.1.0',
version: '0.1.8',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def on_about_action(self, *args):
application_name='Teleprompter',
application_icon='io.github.nokse22.teleprompter',
developer_name='Nokse',
version='0.1.7',
version='0.1.8',
developers=['Nokse'],
license_type="GTK_LICENSE_GPL_3_0",
issue_url='https://github.com/Nokse22/teleprompter/issues',
Expand Down

0 comments on commit deacb74

Please sign in to comment.