update
This commit is contained in:
9
www/community/Ultra-Vehicle-Card/version.js
Normal file
9
www/community/Ultra-Vehicle-Card/version.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// Upon any change to this file update 'import ... from 'version.js?v=0'' with a newer version number.
|
||||
// In all files importing this file.
|
||||
|
||||
let version = 'undefined';
|
||||
function setVersion(value) {
|
||||
version = value;
|
||||
}
|
||||
|
||||
export { version, setVersion };
|
||||
Reference in New Issue
Block a user