Skip to content

Commit

Permalink
increase dep version to match zola ver
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Feb 25, 2023
1 parent 60dc234 commit df3bf0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/zola-bin-darwin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zola-bin-darwin",
"version": "0.17.0",
"version": "0.17.1",
"description": "The binary file of Zola",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zola-bin-linux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zola-bin-linux",
"version": "0.17.0",
"version": "0.17.1",
"description": "The binary file of Zola",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zola-bin-win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zola-bin-win32",
"version": "0.17.0",
"version": "0.17.1",
"description": "The binary file of Zola",
"type": "module",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/zola-bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"dotenv": "16.0.3"
},
"optionalDependencies": {
"zola-bin-darwin": "^0.17.0",
"zola-bin-linux": "^0.17.0",
"zola-bin-win32": "^0.17.0"
"zola-bin-darwin": "^0.17.1",
"zola-bin-linux": "^0.17.1",
"zola-bin-win32": "^0.17.1"
},
"devDependencies": {
"typescript": "^4.9.5"
Expand Down

0 comments on commit df3bf0c

Please sign in to comment.