Just a little explanation as to how version numbers work:
Version numbers usually consist of three numbers separated by dots. For example: 1.2.3 These numbers have names.
- The leftmost number (1) is called the major version.
- The middle number (2) is called the minor version.
- The rightmost number (3) is called the revision but it may also be referred to as a "point release" or "subminor version" or "patch".
Version 1.0 or 1.0.0 doesen't mean the end of a game or software, it just reached a major milestone indicating that the game/software has at least all major features plus functions the developers wanted to get into that version, and is considered reliable enough for general release...
However, most don't care or know so...
In any case it could continue with 0.91 etc.