Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm-play-gui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roman Alifanov
eepm-play-gui
Commits
a5edc58f
Commit
a5edc58f
authored
4 months ago
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new version
parent
ac0a5597
master
0.5.0-alt1
0.4.0-alt1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
meson.build
meson.build
+1
-1
main.py
src/main.py
+1
-1
No files found.
meson.build
View file @
a5edc58f
project('eepm-play-gui',
version: '0.
3
.0',
version: '0.
4
.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
...
...
This diff is collapsed.
Click to expand it.
src/main.py
View file @
a5edc58f
...
...
@@ -52,7 +52,7 @@ class EepmPlayGuiApplication(Adw.Application):
about
=
Adw
.
AboutDialog
(
application_name
=
'eepm-play-gui'
,
application_icon
=
'ru.eepm.PlayGUI'
,
developer_name
=
'Etersoft'
,
version
=
'0.
3
.0'
,
version
=
'0.
4
.0'
,
developers
=
[
'Roman Alifanov (Ximper) <ximper@etersoft.ru>'
,
"Vladimir Vaskov <rirusha@altlinux.org>"
],
designers
=
[
'Roman Alifanov (Ximper) <ximper@etersoft.ru>'
,
"Vladimir Vaskov <rirusha@altlinux.org>"
],
artists
=
[
'Roman Alifanov (Ximper) <ximper@etersoft.ru>'
],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment