From 5c7a047130cf4facdc05f7d774a4e2efb1845a80 Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 15 Oct 2021 17:39:02 +0800 Subject: [PATCH] =?UTF-8?q?chore.=E6=9B=B4=E6=96=B0=E4=BC=81=E9=B9=85?= =?UTF-8?q?=E7=89=A9=E6=B5=81=E5=85=B3=E5=8D=A1JSON=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=9B=B7=E7=94=B5=E7=9A=84=E8=BF=9E=E6=8E=A5=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/config.json | 2 +- src/MeoAssistance/Version.h | 2 +- src/MeoAsstGui/MeoAsstGui.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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