Skip to content
Snippets Groups Projects
Commit c799dbff authored by Philipp Hörist's avatar Philipp Hörist
Browse files

release: 1.4.1

parent 25dd9431
No related branches found
Tags gajim-1.4.1
No related merge requests found
......@@ -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" />
......
......@@ -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
import sys
from pathlib import Path
__version__ = '1.4.0'
__version__ = '1.4.1'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment