diff --git a/README.md b/README.md index 34ccdf2..1a1b240 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ It supports: * ASCII trees like `tree` with `│ ├ └ ─` * Space-indented lists * Path lines like `.github/workflows/ci.yml` or `src/index.ts` -* End-of-line comments such as `# ...` and trailing parenthetical notes like `(optional, ...)` No runtime dependencies, TypeScript only for build. diff --git a/package.json b/package.json index c0b21f0..213f835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "structforge", - "version": "1.0.3", + "version": "1.1.0", "description": "Text-to-filesystem scaffolder that understands ASCII trees, indented lists, and path lines. Safe, zero runtime deps.", "type": "module", "bin": {