Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.1910
Browse files Browse the repository at this point in the history
It is based on:
* psi: 3ab9c283
* plugins: 595793f
* psimedia: 478567e
* resources: e32ef4b
  • Loading branch information
tehnick committed May 18, 2024
1 parent 9b27b53 commit 54cd343
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/generic/omemoplugin/src/omemoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ QString OMEMOPlugin::pluginInfo()
out += "</dl>";
out += "<br/>";
out += tr("Credits: ") + "<br/>";
out += "* <a href=\"https://github.com/gkdr/libomemo\">"
"libomemo</a> -- Richard Bayerle<br/>";
out += "* <a href=\"https://github.com/dino/libomemo-c\">"
"libomemo-c</a> -- Open Whisper Systems<br/>";
out += "* OMEMO logo -- <a href=\"https://github.com/fiaxh\">fiaxh</a><br/>";
return out;
}
Expand Down
1 change: 0 additions & 1 deletion plugins/tests/travis-ci/install-build-depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ then
${PREFIX}-hunspell \
${PREFIX}-minizip \
${PREFIX}-libotr \
${PREFIX}-libomemo \
${PREFIX}-tidy-html5 \
${PREFIX}-qtbase \
${PREFIX}-qttools \
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1910 (2024-05-17, 3ab9c283)
1.5.1910 (2024-05-18, 3ab9c283)

0 comments on commit 54cd343

Please sign in to comment.