Philipp Hörist pushed to branch master at gajim / gajim


Commits:
c799dbff by lovetox at 2022-05-21T12:28:38+02:00
release: 1.4.1

- - - - -


3 changed files:

- data/org.gajim.Gajim.appdata.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py


Changes:

=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -75,6 +75,7 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <release version="1.4.1" date="2022-05-21" />
     <release version="1.4.0" date="2022-05-11" />
     <release version="1.3.3" date="2021-10-10" />
     <release version="1.3.2" date="2021-04-24" />


=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -312,6 +312,6 @@ modules:
     sources:
       - type: git
         url: https://dev.gajim.org/gajim/gajim.git
-        tag: gajim-1.4.0
+        tag: gajim-1.4.1
     post-install:
       - install -d /app/plugins


=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
 import sys
 from pathlib import Path
 
-__version__ = '1.4.0'
+__version__ = '1.4.1'
 
 IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c799dbff91076b792fadc4236b6d415197cfe932

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c799dbff91076b792fadc4236b6d415197cfe932
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to