asprin
Active member
Hi folks,
I'm about to use the build command for my addon. Before I do run that, I wanted to make sure if I need to do anything to the
If I simply run the build command, would the exported addon still be showing up as Alpha? FWIW, here is the current data inside the json file:
I'm about to use the build command for my addon. Before I do run that, I wanted to make sure if I need to do anything to the
version_id
and version_string
as currently in the installed addons page, I'm seeing something like "My Addon Name 1.0.0 Alpha"If I simply run the build command, would the exported addon still be showing up as Alpha? FWIW, here is the current data inside the json file:
JavaScript:
{
"version_id": 1000010,
"version_string": "1.0.0 Alpha"
}