diff --git a/README.md b/README.md index 4f63a21..e90505b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Plugin to combine one or more notes to a new one. ### Manual -- Download the latest released JPL package (`io.github.jackgruber.combine.jpl`) from [here](https://github.com/JackGruber/joplin-plugin-combine/releases/latest) +- Download the latest released JPL package (`io.github.jackgruber.combine-notes.jpl`) from [here](https://github.com/JackGruber/joplin-plugin-combine-notes/releases/latest) - Open Joplin - Go to `Tools > Options > Plugins` - Click Install plugin and select the downloaded jpl file diff --git a/package.json b/package.json index 7528398..78138db 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "joplin-plugin-combine", + "name": "joplin-plugin-combine-notes", "version": "1.0.0", "scripts": { "dist": "webpack", diff --git a/src/manifest.json b/src/manifest.json index 782a45f..5ce8361 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,11 +1,11 @@ { "manifest_version": 1, - "id": "io.github.jackgruber.combine", + "id": "io.github.jackgruber.combine-notes", "app_min_version": "1.6", "version": "1.0.0", "name": "combine", "description": "Combine one or more notes", "author": "JackGruber", - "homepage_url": "https://github.com/JackGruber/joplin-plugin-combine", - "repository_url": "https://github.com/JackGruber/joplin-plugin-combine" + "homepage_url": "https://github.com/JackGruber/joplin-plugin-combine-notes", + "repository_url": "https://github.com/JackGruber/joplin-plugin-combine-notes" } \ No newline at end of file