Skip to content

Commit 7f97068

Browse files
author
mirkobrombin
committed
1.1.2
1 parent caa1d88 commit 7f97068

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

atoms/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def on_about_action(self, *args):
6464
license='gpl-3.0-only',
6565
website='https://github.com/mirkobrombin/Atoms',
6666
issue_url='https://github.com/mirkobrombin/Atoms/issues',
67-
version='1.1.1',
67+
version='1.1.2',
6868
developers=['Mirko Brombin https://github.com/mirkobrombin/'],
6969
artists=['Allaeddine Boulefaat https://github.com/allaeddineomc'],
7070
translator_credits= _("translator_credits"),

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('atoms',
2-
version: '1.1.1',
2+
version: '1.1.2',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2',
55
'werror=false',

0 commit comments

Comments
 (0)