Skip to content

Commit 0757b81

Browse files
fix: Build set manifest.json version from package.json (#32)
1 parent dd10070 commit 0757b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/webapp/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"title": "{{appTitle}}",
99
"description": "{{appDescription}}",
1010
"applicationVersion": {
11-
"version": "1.0.0"
11+
"version": "${version}"
1212
}
1313
},
1414

0 commit comments

Comments
 (0)