Skip to content
Discussion options

You must be logged in to vote

As tavosansal said, you have to do it in the native IDEs.

This is the information about iOS:
https://capacitorjs.com/docs/ios/configuration#configuring-info-plist

If you open the Info.plist file as Property List (default), they are the Bundle version string (short) field and Bundle version. If opening as source code they are CFBundleShortVersionString and CFBundleVersion. First one is the version string and the second the version number.

For Android you have to change it in the App's build.gradle file changing versionName and versionCode.

If you build in a CI/CD platform, tools such as fastlane allow to increment the version automatically.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@DEberhardBrelag
Comment options

@jcesarmobile
Comment options

Answer selected by imhoffd
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants