mcruncher / worshipsongs-android

Android app for Worship Songs
GNU General Public License v3.0
8 stars 8 forks source link

Prepare for 3.5.0 development and ensure that app version includes patch version #566

Closed sskjames closed 2 years ago

sskjames commented 3 years ago

Currently, an app version looks like this: 3.4.448. Here 3 is the major version 4 is the minor version and 448 is the unique version code number required by Google Play Console.

We shouldn't think of the third digit here as patch version. Even if we release a new major version, this third digit will increment.

So our app version should follow the regular semantic versioning with major, minor and patch version.