Update version information in about screen.

This commit is contained in:
Keith Maika 2021-02-12 22:01:52 -05:00
parent a9d3f89f3f
commit 8f106c65ec
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,9 @@ angApp.constant('AppInfo', {
APP_VERSION: 'v0.1.0',
APP_HOME: 'https://github.com/conversejs/converse-desktop',
APP_RELEASES_CHECK_URL: 'https://api.github.com/repos/conversejs/converse-desktop/releases',
APP_RELEASES_URL: 'https://github.com/conversejs/converse-desktop/releases'
APP_RELEASES_URL: 'https://github.com/conversejs/converse-desktop/releases',
CONVERSE_VERSION: 'v7.0.4',
ELECTRON_VERSION: '11.2.3'
});
module.exports = angApp

View File

@ -10,10 +10,10 @@
<div class="about__description">Jabber/XMPP client based on Converse.js and Electron</div>
<div>&nbsp;</div>
<div class="about__converse-version">
Version of <a href="https://conversejs.org/" target="_blank">converse.js</a> is 6.0.1
Version of <a href="https://conversejs.org/" target="_blank">converse.js</a> is {{appInfo.CONVERSE_VERSION}}
</div>
<div class="about__electron-version">
Version of <a href="https://www.electronjs.org/" target="_blank">electron</a> is 4.2.12
Version of <a href="https://www.electronjs.org/" target="_blank">electron</a> is {{appInfo.ELECTRON_VERSION}}
</div>
<div>&nbsp;</div>
<div class="about__thanks">