Skip to content

Commit

Permalink
ci: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ylc395 committed Dec 3, 2021
1 parent c00c747 commit 40eec0d
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.5.0",
"version": "1.6.0",
"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.5.0",
"version": "1.6.0",
"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 40eec0d

Please sign in to comment.