Increase only build number of a react-native application using react-native-version

339 Views Asked by At

I'm trying to incease only the version number by running npm version -b but it doesn't seem to work without using a specific version number / patch / minor/ major.

Is there a way to achieve this use case?

Thanks in advance!

0

There are 0 best solutions below