forked from 0x2620/oxjs
write current version to Ox.json and patch Ox.VERSION if loaded via dev/Ox.js
This commit is contained in:
parent
01587f7348
commit
57caa45bf8
5 changed files with 12 additions and 9 deletions
2
index.js
2
index.js
|
|
@ -292,7 +292,7 @@ Ox.load(function() {
|
|||
/:\/\/oxjs.org\//.test(window.location.href)
|
||||
? 'The latest version is'
|
||||
: 'You\'re currently running version'
|
||||
) + ' <code>' + app.data.version + '.</code>'
|
||||
) + ' <code>' + Ox.VERSION + '.</code>'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue