From 2f53edf836d60da9db957a88d8c65e01ba77ec4b Mon Sep 17 00:00:00 2001 From: amao Date: Tue, 14 Mar 2023 12:13:32 +0800 Subject: [PATCH] upgrade the version --- WebDriverAgentLib/Commands/FBSessionCommands.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebDriverAgentLib/Commands/FBSessionCommands.m b/WebDriverAgentLib/Commands/FBSessionCommands.m index 44b5d8aa..da51f0fd 100644 --- a/WebDriverAgentLib/Commands/FBSessionCommands.m +++ b/WebDriverAgentLib/Commands/FBSessionCommands.m @@ -259,7 +259,7 @@ + (NSArray *)routes @"wifiIP" : [XCUIDevice sharedDevice].fb_acturalWifiIPAddress ?: [NSNull null], }, @"build" : buildInfo.copy, - @"Version":@("1.1"), + @"Version":@("1.2"), } ); }