Updated build flag
This commit is contained in:
parent
f4abc020ec
commit
daa954bd76
2 changed files with 3 additions and 3 deletions
|
@ -8,5 +8,5 @@
|
|||
* Indicates if the build is currently unstable and some features may not work correctly
|
||||
* and can cause errors
|
||||
*/
|
||||
const Unstable = 'UNSTABLE';
|
||||
const Unstable = 'unstable';
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"branch": "master",
|
||||
"flags": ["UNSTABLE"],
|
||||
"branch": "v1.0.0_alpha",
|
||||
"flags": [],
|
||||
"components": [
|
||||
{
|
||||
"vendor": "defuse",
|
||||
|
|
Loading…
Add table
Reference in a new issue