Skip to content

Commit

Permalink
bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes committed Jun 16, 2023
1 parent 9aec47a commit 8859cf9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 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-remote-note-pull",
"version": "1.1.0",
"version": "1.1.2",
"license": "MIT",
"description": "Creates a note from any website (markdown preferred) and periodicity updates the local note with the original website.",
"keywords": [
Expand Down
32 changes: 21 additions & 11 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"manifest_version": 1,
"id": "github.hegerdes.joplin_remote_note_pull",
"app_min_version": "2.8",
"version": "1.0.2",
"name": "Remote-Note-Pull",
"description": "This Plugin will periodically pull public available Markdown documents into your notebook and keeps them up to date",
"author": "hegerdes",
"homepage_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull",
"repository_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull",
"keywords": ["joplin", "nodejs", "markdown", "sync"],
"categories": ["personal knowledge management", "productivity"]
"manifest_version": 1,
"id": "github.hegerdes.joplin_remote_note_pull",
"app_min_version": "2.8",
"version": "1.1.2",
"name": "Remote-Note-Pull",
"description": "This plugin will periodically pull public available markdown documents into your notebook and keeps them up to date",
"author": "hegerdes",
"homepage_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull",
"repository_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull",
"keywords": [
"joplin",
"nodejs",
"markdown",
"sync",
"notes",
"github"
],
"categories": [
"personal knowledge management",
"productivity"
]
}

0 comments on commit 8859cf9

Please sign in to comment.