1.0.0 Alpha Release #59
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
|
* Indicates if the build is currently unstable and some features may not work correctly
|
||||||
* and can cause errors
|
* and can cause errors
|
||||||
*/
|
*/
|
||||||
const Unstable = 'UNSTABLE';
|
const Unstable = 'unstable';
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"branch": "master",
|
"branch": "v1.0.0_alpha",
|
||||||
"flags": ["UNSTABLE"],
|
"flags": [],
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
"vendor": "defuse",
|
"vendor": "defuse",
|
||||||
|
|
Loading…
Add table
Reference in a new issue