Published New Plugin Version to NPM but Not Updated in Joplin's Plugin Repository

Hi,

I published the new version of my AI summarisation plugin four days ago. However, I realized a version mismatch between manifest.json (v.0.2.1) and package.json (v.0.1.1).

Therefore, two days ago, I published a new version with the version numbers fixed to v.0.1.2 for both manifest.json and package.json.

The plugin hasn't been updated in Joplin's repository, so I wonder if there are some issues or if I must wait more.

NPM: joplin-plugin-ai-summarization - npm
Plugin in Joplin's repository: Joplin Plugins - Summarise your notes and notebooks!

Most likely the script is ignoring the new version because it has a lower version number.

You should probably just increase all versions to 0.2.2

1 Like

Alright, got it! Thanks!