Skip to content

Commit

Permalink
release/0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlau committed Feb 23, 2024
1 parent 602e88c commit 5ed15f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "18.x"
- name: Get npm cache directory
id: npm-cache
run: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-joplin-dddot",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"predist": "tailwindcss -i config.css -o src/styles/tailwind.css",
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
Expand Down Expand Up @@ -60,4 +60,4 @@
"files": [
"publish"
]
}
}
20 changes: 10 additions & 10 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"manifest_version": 1,
"id": "joplin-plugin-dddot",
"app_min_version": "2.6",
"version": "0.2.0",
"name": "Joplin DDDot",
"description": "Recent notes, shortcuts, scratchpad, and .... in a single sidebar.",
"author": "Ben Lau",
"homepage_url": "https://github.com/benlau/joplin-plugin-dddot",
"repository_url": "https://github.com/benlau/joplin-plugin-dddot",
"keywords": []
"manifest_version": 1,
"id": "joplin-plugin-dddot",
"app_min_version": "2.6",
"version": "0.3.0",
"name": "Joplin DDDot",
"description": "Recent notes, shortcuts, scratchpad, and .... in a single sidebar.",
"author": "Ben Lau",
"homepage_url": "https://github.com/benlau/joplin-plugin-dddot",
"repository_url": "https://github.com/benlau/joplin-plugin-dddot",
"keywords": []
}

0 comments on commit 5ed15f8

Please sign in to comment.