File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ packages:
15
15
path: "../server"
16
16
relative: true
17
17
source: path
18
- version: "0.0.29 "
18
+ version: "0.0.31 "
19
19
archive:
20
20
dependency: transitive
21
21
description:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import 'package:package_info_plus/package_info_plus.dart';
10
10
const MAX_TEST_DURATION_SECS = 24 * 60 * 60 ;
11
11
// Need a better way to fetch this for automated release, this needs to be updated along with version bump
12
12
// Can stay for now as it is not a breaking change
13
- const serverVersion = '0.0.30 ' ;
13
+ const serverVersion = '0.0.31 ' ;
14
14
15
15
Future <void > initializeTest ({Widget ? app, Function ? callback}) async {
16
16
IntegrationTestWidgetsFlutterBinding binding =
Original file line number Diff line number Diff line change 1
1
name : appium_flutter_server
2
2
description : " Appium Flutter server using Integration Test package for testing Flutter apps with Appium"
3
- version : 0.0.30
3
+ version : 0.0.31
4
4
homepage : " https://github.com/AppiumTestDistribution/appium-flutter-server"
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments