1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit daa954bd76 - Show all commits

View file

@ -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';
}

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0",
"branch": "master",
"flags": ["UNSTABLE"],
"branch": "v1.0.0_alpha",
"flags": [],
"components": [
{
"vendor": "defuse",