Increased version number

This commit is contained in:
WolverinDEV 2019-10-30 22:07:57 +01:00
parent 30e24c96be
commit b5dde78a60
2 changed files with 5 additions and 5 deletions

View File

@ -117,8 +117,8 @@ function deploy_client() {
end_task "${project_name}_package" "Client successfully deployed!"
}
#install_npm
#compile_scripts
#compile_native
#package_client
install_npm
compile_scripts
compile_native
package_client
deploy_client

View File

@ -1,6 +1,6 @@
{
"name": "TeaClient",
"version": "1.4.1",
"version": "1.4.2",
"description": "",
"main": "main.js",
"scripts": {