[all] in app vesion added build number
This commit is contained in:
parent
4f92a75911
commit
52a2314f8e
|
@ -354,7 +354,7 @@ module.exports = function(grunt) {
|
|||
overwrite: true,
|
||||
replacements: [{
|
||||
from: /\{\{PRODUCT_VERSION\}\}/g,
|
||||
to: packageFile.version
|
||||
to: `${packageFile.version}.${packageFile.build}`
|
||||
}]
|
||||
},
|
||||
prepareHelp: {
|
||||
|
|
Loading…
Reference in a new issue