Skip to content

Commit

Permalink
提升版本号至1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcaiyong01 committed May 21, 2024
1 parent 5134e79 commit 373f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDriverAgentLib/Commands/FBSessionCommands.m
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ + (NSArray *)routes
@"wifiIP" : [XCUIDevice sharedDevice].fb_acturalWifiIPAddress ?: [NSNull null],
},
@"build" : buildInfo.copy,
@"Version":@("1.2"),
@"Version":@("1.3"),
@"device": [self.class deviceNameByUserInterfaceIdiom:[UIDevice currentDevice].userInterfaceIdiom]
}
);
Expand Down

0 comments on commit 373f86a

Please sign in to comment.