fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-25 03:23:08 +02:00
parent 8a5097ba50
commit 1b86228bc4
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
---
fileName: anothername.yml
---
# this is a {{templateObject.value1}}
# this is a {{templateObject.value2}}
# this is a {{templateVar3}}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartscaf',
version: '4.0.1',
version: '4.0.2',
description: 'scaffold projects quickly'
}