You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2024. It is now read-only.
Sometimes the version in cnmts.json is a string and sometimes it is a number, e.g.:
"version" : "0" vs
"version" : 0
(It is not only the 0, that is just an example. Also applies to other version numbers.)
Just a formating and schema thing...
Sometimes the version in cnmts.json is a string and sometimes it is a number, e.g.:
"version" : "0" vs
"version" : 0
(It is not only the 0, that is just an example. Also applies to other version numbers.)