Skip to content

Commit

Permalink
ci: 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ylc395 committed Jan 4, 2022
1 parent aac767c commit bada5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-pages-publisher",
"version": "1.6.1",
"version": "1.6.2",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"dev": "cross-env NODE_ENV=development webpack --joplin-plugin-config buildMain && cross-env NODE_ENV=development webpack --joplin-plugin-config buildExtraScripts && cross-env NODE_ENV=development webpack --joplin-plugin-config createArchive",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "ylc395.pagesPublisher",
"app_min_version": "2.0",
"version": "1.6.1",
"version": "1.6.2",
"name": "Pages Publisher",
"description": "Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local",
"author": "ylc395",
Expand Down

0 comments on commit bada5bb

Please sign in to comment.