Skip to content

Commit 416863c

Browse files
committed
cleanup: update files, prep for release
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent de9864a commit 416863c

30 files changed

+24
-110
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/debian/vanilla-apx-gui
55
/debian/vanilla-apx-gui.debhelper.log
66
/debian/vanilla-apx-gui.substvars
7-
/obj-x86_64-linux-gnu/
7+
/obj-x86_64-linux-gnu/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

apx_gui/apx-gui.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# apx_gui.in
44
#
5-
# Copyright 2023 Mirko
5+
# Copyright 2024 Mirko
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

apx_gui/core/apx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# apx.py
22
#
3-
# Copyright 2023 Mirko Brombin
3+
# Copyright 2024 Mirko Brombin
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

apx_gui/core/apx_entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# apx_entities.py
22
#
3-
# Copyright 2023 Mirko Brombin
3+
# Copyright 2024 Mirko Brombin
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

apx_gui/core/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# apx.py
22
#
3-
# Copyright 2023 Mirko Brombin
3+
# Copyright 2024 Mirko Brombin
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

apx_gui/core/run_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# run_async.py
22
#
3-
# Copyright 2023 Mirko Brombin
3+
# Copyright 2024 Mirko Brombin
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

apx_gui/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# main.py
22
#
3-
# Copyright 2023 Mirko Brombin
3+
# Copyright 2024 Mirko Brombin
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -77,10 +77,10 @@ def on_about_action(self, *args) -> None:
7777
developer_name="Mirko Brombin",
7878
website="https://github.com/Vanilla-OS/apx-gui",
7979
issue_url="https://github.com/Vanilla-OS/apx-gui/issues",
80-
version="1.0.2",
80+
version="1.0.3",
8181
developers=["Mirko Brombin https://github.com/mirkobrombin"],
8282
translator_credits=_("translator_credits"),
83-
copyright=2023 Mirko Brombin and Contributors",
83+
copyright=2024 Mirko Brombin and Contributors",
8484
license_type=("gpl-3-0-only"),
8585
)
8686
about.add_credit_section(

apx_gui/utils/gtk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gtk.py
22
#
3-
# Copyright 2023 Mirko Brombin
3+
# Copyright 2024 Mirko Brombin
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

apx_gui/widgets/editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tab-editor.py
22
#
3-
# Copyright 2023 Mirko Brombin
3+
# Copyright 2024 Mirko Brombin
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)