I have an iOS app with version number 2.0.0 and build number 2.0.0. I found there is a bug in version 2.0.0 and I want to patch this and do a quick update. I do not want to increment the version number if possible because it is a small fix.
I have been working on Android for a while. Android allows keeping the versionName (a.k.a. version number on iOS) and just incrementing the versionCode (similar to build number on iOS)
Is it possible to release an iOS build with the same version number? Would just incrementing the build number in the info.plist help me achieve what I wanted?