This commit is contained in:
Alexander Sklar 2021-11-07 13:11:52 -08:00
Родитель 166b62293f
Коммит 2a78489712
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@
"scripts": {
"build": "tsc --project package",
"change": "beachball change",
"bump": "beachball bump"
"bump": "beachball bump && pushd package && yarn codegen && popd"
},
"repository": {
"type": "git",

Просмотреть файл

@ -7,4 +7,4 @@ THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT MODIFY MANUALLY
#define VERSION_MAJOR 0
#define VERSION_MINOR 0
#define VERSION_REVISION 0
#define VERSION_BUILD 50
#define VERSION_BUILD 51