Framework7 + vue + cordova app version

Hello,
I’m a beginner with Framework7 + vue + cordova.
Where do I change the version of the app?

Every time I try to run the new changes… the emulator shows the old app with no changes reflecting.
Am I doing something wrong?

add the platform you want. build and rune emulator.
are you using webpack? if so, you need to build app first with

npm run build

then:

// only once, then avoid this cmd, just run build PLATFORM
cordova platform add ios/android

// build your changes into the platform
cordova build add ios/android

Its strange, it just runs the first build again without any new changes…
I’m using framework7-cli

are you using webpack?