Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-08-16 10:08:12 +0300
committerlovetox <philipp@hoerist.com>2020-08-16 10:08:12 +0300
commit8079c2d68aa1c63c0e4d4275346d82383bdb5139 (patch)
treef4626066d38b4d79e19baaa927e0c5a4e5a9b03c
parent4edc2c0d011407c7b0abda91ece35972b81999bf (diff)
-rw-r--r--appveyor.yml4
-rw-r--r--data/org.gajim.Gajim.appdata.xml.in1
-rw-r--r--gajim/__init__.py2
3 files changed, 4 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7a4fec41c..829ba7bab 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,8 +41,8 @@ build_script:
bash "git clone C:/projects/gajim C:/msys64/home/appveyor/gajim"
bash "C:/msys64/home/appveyor/gajim/win/build.sh $($env:MSYS_ARCH)"
- Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName "Gajim-1.2.1-$($env:ARCH)-$($env:TIME_STRING).exe"
- Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.2.1-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName "Gajim-1.2.2-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.2.2-$($env:ARCH)-$($env:TIME_STRING).exe"
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
diff --git a/data/org.gajim.Gajim.appdata.xml.in b/data/org.gajim.Gajim.appdata.xml.in
index 88b656a97..aeb6cca9b 100644
--- a/data/org.gajim.Gajim.appdata.xml.in
+++ b/data/org.gajim.Gajim.appdata.xml.in
@@ -72,6 +72,7 @@
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<releases>
+ <release version="1.2.2" date="2020-08-16" />
<release version="1.2.1" date="2020-07-08" />
<release version="1.2.0" date="2020-06-21" />
<release version="1.1.3" date="2019-04-23" />
diff --git a/gajim/__init__.py b/gajim/__init__.py
index ef5922cfa..f2c361295 100644
--- a/gajim/__init__.py
+++ b/gajim/__init__.py
@@ -1,7 +1,7 @@
import os
import subprocess
-__version__ = "1.2.1"
+__version__ = "1.2.2"
IS_FLATPAK = False
if os.path.exists('/app/share/run-as-flatpak'):