Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Apr 11, 2024
1 parent a8cef24 commit 169a41f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions installer/modules/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const run = () => {
`${upstreamUrl}/.editorconfig`,
`${upstreamUrl}/.env_example`,
`${upstreamUrl}/.gitignore`,
`${upstreamUrl}/.php-cs-fixter.php`,
`${upstreamUrl}/.php-cs-fixer.php`,
`${upstreamUrl}/.prettierrc`,
`${upstreamUrl}/.stylelintrc`,
`${upstreamUrl}/docker-compose.yml`,
Expand Down Expand Up @@ -91,7 +91,7 @@ const run = () => {
".editorconfig",
".env_example",
".gitignore",
".php-cs-fixter.php",
".php-cs-fixer.php",
".prettierrc",
".stylelintrc",
];
Expand Down
4 changes: 2 additions & 2 deletions installer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.5.0-3",
"version": "0.5.0-4",
"description": "Automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.5.0-3",
"version": "0.5.0-4",
"description": "Automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down

0 comments on commit 169a41f

Please sign in to comment.