Skip to content

Commit

Permalink
release: v4.3.1 (#429)
Browse files Browse the repository at this point in the history
* release: v4.3.1

* Update hexo

---------

Co-authored-by: Mimi <stevenjoezhang@gmail.com>
  • Loading branch information
yoshinorin and stevenjoezhang committed May 12, 2023
1 parent f169eae commit bdd3987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/hexo
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

'use strict';

require('../lib/hexo')();
require('../dist/hexo')();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-cli",
"version": "4.3.0",
"version": "4.3.1",
"description": "Command line interface for Hexo",
"main": "dist/hexo",
"bin": {
Expand Down

0 comments on commit bdd3987

Please sign in to comment.