Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Sep 18, 2024
1 parent d62f89e commit d250147
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('exhibit',
version: '1.3.1',
version: '1.3.2',
meson_version: '>= 0.63.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
20 changes: 10 additions & 10 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,16 @@ def open_image_finish(_, result, *args):

def on_about_action(self, *args):
about = Adw.AboutDialog(
application_name='Exhibit',
application_icon='io.github.nokse22.Exhibit',
developer_name='Nokse22',
version='1.3.1',
website='https://github.com/Nokse22/Exhibit',
issue_url='https://github.com/Nokse22/Exhibit/issues',
developers=['Nokse'],
license_type="GTK_LICENSE_GPL_3_0",
copyright='© 2024 Nokse22',
artists=["Jakub Steiner https://jimmac.eu"])
application_name='Exhibit',
application_icon='io.github.nokse22.Exhibit',
developer_name='Nokse22',
version='1.3.2',
website='https://github.com/Nokse22/Exhibit',
issue_url='https://github.com/Nokse22/Exhibit/issues',
developers=['Nokse'],
license_type="GTK_LICENSE_GPL_3_0",
copyright='© 2024 Nokse22',
artists=["Jakub Steiner https://jimmac.eu"])
about.add_link(_("Checkout F3D"), "https://f3d.app")

about.set_debug_info(
Expand Down

0 comments on commit d250147

Please sign in to comment.