Skip to content

Commit

Permalink
chore(release): v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 17, 2021
1 parent 99b25fd commit 87a2b3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can also install it globally.
"build": "kirbyup src/index.js"
},
"devDependencies": {
"kirbyup": "^0.5.0"
"kirbyup": "^0.6.0"
}
}
```
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": "kirbyup",
"version": "0.5.0",
"version": "0.6.0",
"description": "Zero-config Kirby Panel plugin bundler",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion pluginkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"build": "kirbyup src/index.js"
},
"devDependencies": {
"kirbyup": "^0.5.0"
"kirbyup": "^0.6.0"
}
}

0 comments on commit 87a2b3b

Please sign in to comment.