I have version 0.0.1 in my manifest.json file and when I build the extension then the version increments like 0.0.1.2. Once it reaches to 0.0.1.9 then building extension again sets the version no to 0.0.1.0.
Is there a way to increment it to 0.0.2.0 or 0.0.1.10 after 0.0.1.9?
I have version
0.0.1in my manifest.json file and when I build the extension then the version increments like0.0.1.2. Once it reaches to0.0.1.9then building extension again sets the version no to0.0.1.0.Is there a way to increment it to
0.0.2.0or0.0.1.10after0.0.1.9?