For the next version
This commit is contained in:
parent
f670feb650
commit
a368967bfb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user