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!" end_task "${project_name}_package" "Client successfully deployed!"
} }
#install_npm install_npm
#compile_scripts compile_scripts
#compile_native compile_native
#package_client package_client
deploy_client deploy_client

View File

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