fix(core): update

This commit is contained in:
Philipp Kunz 2022-04-26 16:59:15 +02:00
parent 8d0b58d14f
commit 7d2891fc8c
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,5 @@
/**
export const version = '1.0.3'; * autocreated commitinfo by @pushrocks/commitinfo
*/
export const version = '1.0.4';

View File

@ -22,7 +22,9 @@ export class CommitInfo {
if (dirExists) { if (dirExists) {
const writePath = plugins.path.join(this.projectDir, dir, '00_commitinfo_data.ts'); const writePath = plugins.path.join(this.projectDir, dir, '00_commitinfo_data.ts');
await plugins.smartfile.memory.toFs( await plugins.smartfile.memory.toFs(
` `/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const version = '${expectedDefinitiveVersion.versionString}'; export const version = '${expectedDefinitiveVersion.versionString}';
`, `,
writePath writePath