Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Jan 8, 2021
1 parent 9f158fd commit e9a7ccf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "joplin-plugin-combine",
"name": "joplin-plugin-combine-notes",
"version": "1.0.0",
"scripts": {
"dist": "webpack",
Expand Down
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit e9a7ccf

Please sign in to comment.