OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
105 stars 29 forks source link

Feat: Builds even if version number is too short (i.e. not x.y.z format) #187

Open Ced-C opened 3 weeks ago

Ced-C commented 3 weeks ago

Closes #144 by adding the required number of ".0" to match x.y.z format. instead of exiting, kalamine now replaces the version number such as: 1 → 1.0.0 1.2 → 1.2.0 if no version is provided, default value will be used