diff --git a/resource/config.json b/resource/config.json index 5be409a589..0c22560ecb 100644 --- a/resource/config.json +++ b/resource/config.json @@ -79,7 +79,7 @@ }, "adb": { "path": "[EmulatorPath]adb.exe", - "connect": "[Adb] connect emulator-5555", + "connect": "[Adb] connect 127.0.0.1:5555", "click": "[Adb] -e shell input tap [x] [y]", "swipe": "[Adb] -e shell input swipe [x1] [y1] [x2] [y2] [duration]", "display": "[Adb] -e shell dumpsys window displays | grep init= | awk ' { print $3 } '", diff --git a/src/MeoAssistance/Version.h b/src/MeoAssistance/Version.h index c5a66310f7..c35caa3fd4 100644 --- a/src/MeoAssistance/Version.h +++ b/src/MeoAssistance/Version.h @@ -1,5 +1,5 @@ #pragma once namespace asst { - constexpr static const char* Version = "release.stable.1.1.1"; + constexpr static const char* Version = "release.stable.1.1.2"; } \ No newline at end of file diff --git a/src/MeoAsstGui/MeoAsstGui.csproj b/src/MeoAsstGui/MeoAsstGui.csproj index cdc6d209ec..5a720b30ef 100644 --- a/src/MeoAsstGui/MeoAsstGui.csproj +++ b/src/MeoAsstGui/MeoAsstGui.csproj @@ -33,7 +33,7 @@ MistEO MeoAssistance 0 - 1.1.1.0 + 1.1.2.0 false true