Fix version number in project structure code block in guides

This commit is contained in:
2026-07-14 15:42:25 +02:00
parent dacc439b1b
commit 41cbaf8be9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ codepress/
│ └── test/ # Test theme │ └── test/ # Test theme
│ └── theme.json │ └── theme.json
├── config.json # Site configuration ├── config.json # Site configuration
├── version.php # Version information (1.5.0) ├── version.php # Version information (1.6.0)
└── vendor/ # Composer dependencies └── vendor/ # Composer dependencies
``` ```
+1 -1
View File
@@ -151,7 +151,7 @@ codepress/
│ └── test/ # Test thema │ └── test/ # Test thema
│ └── theme.json │ └── theme.json
├── config.json # Site configuratie ├── config.json # Site configuratie
├── version.php # Versie informatie (1.5.0) ├── version.php # Versie informatie (1.6.0)
└── vendor/ # Composer dependencies └── vendor/ # Composer dependencies
``` ```