Returns the version components as a list.
List<int> get components => [this.major, this.minor, this.patch, this.build];