Version app in Cordova

2

I have an application made with Ionic + Cordova and I would like to start versioning it for better control and start distributing, but I forget to change the version manually to each build besides not being practical at all. Does anyone know an automatic way to make the control? NOTE: I will not distribute to any app store.

    
asked by anonymous 12.08.2016 / 13:22

1 answer

0

That's what helped me resolve Ionic Forum . I followed the step by step straight and adapted the code to my needs. Each time I build the version increments as in the example: v 1.0.0 > Build v 1.0.1:)

    
13.09.2016 / 14:31