We recently made a change to how we name Power Prompter versions. Instead of the familiar “3.2.1” scheme we’re going to number updates through a year now. So let’s say the 5th update of 2019 – the version would be “2019.5”. The sixth update would be “2019.6”, etc.

We made this change because the previous versioning scheme (called semantic versioning – you can look it up if you’re _that_ bored) didn’t fit the way we develop our software anymore.

We prefer to release frequent smaller functional updates. Semantic versioning on the other hand lends itself better to pooling features for “major” updates and release them once a year (or even further apart).

So that’s that. It’s a cosmetic change and you can happily ignore it.