set new Gajim version to 1.1.0

This commit is contained in:
Yann Leboulanger 2018-11-06 21:12:20 +01:00
parent 380882ccaa
commit 817e5cdf5a
2 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,7 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.1.0" date="2018-11-06" />
<release version="1.0.3" date="2018-05-20" />
<release version="1.0.2" date="2018-04-30" />
<release version="1.0.1" date="2018-04-01" />

View File

@ -1,7 +1,7 @@
import os
import subprocess
__version__ = "1.0.99.1"
__version__ = "1.1.0"
IS_FLATPAK = False
if os.path.exists('/app/share/run-as-flatpak'):