Skip to content

Commit a6450ec

Browse files
committed
bump version
1 parent 5ef3752 commit a6450ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/lib/src/runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'package:integration_test/integration_test.dart';
99
import 'package:package_info_plus/package_info_plus.dart';
1010

1111
const MAX_TEST_DURATION_SECS = 24 * 60 * 60;
12-
const serverVersion = '0.0.15';
12+
const serverVersion = '0.0.16';
1313

1414
void initializeTest({Widget? app, Function? callback}) async {
1515
IntegrationTestWidgetsFlutterBinding binding =

server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: appium_flutter_server
22
description: "Appium Flutter server using Integration Test package for testing Flutter apps with Appium"
3-
version: 0.0.15
3+
version: 0.0.16
44
homepage: "https://github.com/AppiumTestDistribution/appium-flutter-server"
55

66
environment:

0 commit comments

Comments
 (0)