You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@Satya5614 are you using the version from npm? I can not reproduce this behaviour.
If you still have this problem, could you provide an example project where the build id is reset to 0?
I have version
0.0.1
in my manifest.json file and when I build the extension then the version increments like0.0.1.2
. Once it reaches to0.0.1.9
then building extension again sets the version no to0.0.1.0
.Is there a way to increment it to
0.0.2.0
or0.0.1.10
after0.0.1.9
?The text was updated successfully, but these errors were encountered: