For the next version

This commit is contained in:
Kevin Röbert 2018-01-16 14:42:41 +01:00
parent f670feb650
commit a368967bfb

View File

@ -2,5 +2,5 @@
* This file writes only the version into every page.
* @return version
*/
var version = "1.2.1.1";
var version = browser.runtime.getManifest().version;
$('#version').text(version);