Compare commits

..

6 Commits

Author SHA1 Message Date
c2d4f9684c 4.0.11 2023-06-25 13:25:54 +02:00
d2b325889d fix(core): update 2023-06-25 13:25:53 +02:00
f6cd3c245b 4.0.10 2023-06-25 13:24:33 +02:00
1529ac12e4 fix(core): update 2023-06-25 13:24:32 +02:00
b4b5e52799 4.0.9 2023-06-25 12:45:44 +02:00
7de1cfbb6f fix(core): update 2023-06-25 12:45:44 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartscaf",
"version": "4.0.8",
"version": "4.0.11",
"private": false,
"description": "scaffold projects quickly",
"main": "dist_ts/index.js",

View File

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