How to update a published plugin

I have a plugin that’s already published but I want to push a new version. How can I update it?

Thanks

1 Like

Hello @nat415,
To push a new version of your plugin, go to Distribute section of your plugin. Then

  1. Click “Add New Version”
  2. Fill up Version details → Release Notes.
  3. Fill up Note to Adobe reviewers (optional)
  4. Go to “Plugin File” Tab.
  5. Upload your plugin’s updated xdx file and submit it,
    Please make sure to increase the version number in your manifest.json file

Version number of your plugin in x.y.z format.
Version must be three segments and each version component must be between 0 and 99 .

The rest of the reviewing process will be the same as the first time your published your plugin.

Hope this helps.
Thanks!

3 Likes