Skip to content

Commit

Permalink
Remove reference to deleted demo
Browse files Browse the repository at this point in the history
  • Loading branch information
isosphere committed Jan 3, 2024
1 parent a1edd17 commit 4831e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
yarn
yarn build
mkdir ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.png demo.gif ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.png ${{ env.PLUGIN_NAME }}
mv dist ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
ls
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logseq-journals-nextprev",
"description": "Provides buttons to jump to the next or previous journal entry",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.html",
"author": "Matthew Scheffel",
"scripts": {
Expand Down

0 comments on commit 4831e9e

Please sign in to comment.