Skip to content

Commit 169a41f

Browse files
committed
chore: bump version
1 parent a8cef24 commit 169a41f

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

β€Žinstaller/modules/run.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const run = () => {
3030
`${upstreamUrl}/.editorconfig`,
3131
`${upstreamUrl}/.env_example`,
3232
`${upstreamUrl}/.gitignore`,
33-
`${upstreamUrl}/.php-cs-fixter.php`,
33+
`${upstreamUrl}/.php-cs-fixer.php`,
3434
`${upstreamUrl}/.prettierrc`,
3535
`${upstreamUrl}/.stylelintrc`,
3636
`${upstreamUrl}/docker-compose.yml`,
@@ -91,7 +91,7 @@ const run = () => {
9191
".editorconfig",
9292
".env_example",
9393
".gitignore",
94-
".php-cs-fixter.php",
94+
".php-cs-fixer.php",
9595
".prettierrc",
9696
".stylelintrc",
9797
];

β€Žinstaller/package-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žinstaller/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpressify",
3-
"version": "0.5.0-3",
3+
"version": "0.5.0-4",
44
"description": "Automate your WordPress development workflow.",
55
"keywords": [
66
"babel",

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpressify",
3-
"version": "0.5.0-3",
3+
"version": "0.5.0-4",
44
"description": "Automate your WordPress development workflow.",
55
"keywords": [
66
"babel",

0 commit comments

Comments
Β (0)