Where do I specify the version number?

I am creating an add-on called StopBrowsing using the addon-sdk-1.17. I submitted the initial version,0.1, for a review and it got accepted. Now I have made a few changes to the add-on. Under My submissions, when I click on “Upload new version” and upload the xpi, I get a message saying “Version 0.1 already exists”. Do I have to specify the version number somewhere in my project?

Topic moved.

You can update the version number in the package.json file.

Note that if you’re using jpm, the version number must be a 3-part form, such as “1.2.3”. Otherwise JPM treats it as something like “0.0.0”, which you don’t want.