mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
Refactor low-level internal signals to synchronize with their subtype atomic properties
This commit is contained in:
parent
295049fe93
commit
41dfa7f45d
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
%global appid net.lutris.Lutris
|
||||
|
||||
Name: lutris
|
||||
Version: 0.5.7.1
|
||||
Version: 0.5.8
|
||||
Release: 7%{?dist}
|
||||
Summary: Install and play any video game easily
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
"""Main Lutris package"""
|
||||
|
||||
__version__ = "0.5.7.1"
|
||||
__version__ = "0.5.8"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<url type="bugtracker">https://github.com/lutris/lutris/issues</url>
|
||||
<launchable type="desktop-id">net.lutris.Lutris.desktop</launchable>
|
||||
<releases>
|
||||
<release date="2020-10-19" version="0.5.8-beta" />
|
||||
<release date="2020-10-19" version="0.5.8" />
|
||||
</releases>
|
||||
<content_rating type="oars-1.1" />
|
||||
</component>
|
||||
|
|
Loading…
Reference in a new issue