I am using Ionic 6 and capacitor in a project.
In the config.xml file I have:
<widget xmlns="w3.org/ns/widgets"; xmlns:cdv="cordova.apache.org/ns/1.0">
When I try to change it to:
<widget version="0.0.1" xmlns="w3.org/ns/widgets"; xmlns:cdv="cordova.apache.org/ns/1.0">
and then do ionic build android the version disappears and nothing is changed in the AndroidManifest.xml file.
When I import the apk or other into google play to test it tells me that the version already exists.
So how do I change the app version?