Right now apps all have a version like 0.xx, which seems kind of silly, and suggests they are all unfinished.
Maybe we could move to something like yyyy.mm.dd[1]? That way you can easily see when an app was last updated, and we also get dates in changelogs.
I guess it might look a bit messy/weird in the app store with a mix of old/new versions.
[1] extending to yyyy.mm.dd.x if we have two versions on the same day
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Right now apps all have a version like
0.xx
, which seems kind of silly, and suggests they are all unfinished.Maybe we could move to something like
yyyy.mm.dd
[1]? That way you can easily see when an app was last updated, and we also get dates in changelogs.I guess it might look a bit messy/weird in the app store with a mix of old/new versions.
[1] extending to
yyyy.mm.dd.x
if we have two versions on the same day