1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Drop the v from build version

This commit is contained in:
Raymond Hill 2021-06-25 07:18:11 -04:00
parent 2a8c85b132
commit 163035dc92
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -37,7 +37,7 @@
what: 'getAppData',
});
uDom('#aboutNameVer').text(appData.name + ' v' + appData.version);
uDom('#aboutNameVer').text(appData.name + ' ' + appData.version);
if ( appData.canBenchmark !== true ) { return; }