sonburn / symbol-swapper

Swap the selected symbols and/or symbol instances to a master of the same name in a library.
MIT License
188 stars 11 forks source link

Plug in doesn't update #32

Closed tzekin closed 5 years ago

tzekin commented 5 years ago

Sketch update plug-in dialog says a new version 0.16 is available but it doesn't download. Manually installing the latest version keeps telling me there is an update.

I have seen this problem with many plug ins the problem that do not report the correct version at all places in the code.

lmjabreu commented 5 years ago

It appears that the version number in manifest.json wasn't updated to 0.16.

tzekin commented 5 years ago

Indeed

sonburn commented 5 years ago

@tzekin, @lmjabreu, you guys are absolutely right, I missed the version in the Manifest. Just committed that, thanks for bringing it to my attention!

lmjabreu commented 5 years ago

No worries, thanks a lot for your work!