File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/browserstack/local Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add this dependency to your project's POM:
11
11
<dependency >
12
12
<groupId >com.browserstackgroupId >
13
13
<artifactId >browserstack-local-javaartifactId >
14
- <version >1.1.4 version >
14
+ <version >1.1.5 version >
15
15
dependency >
16
16
```
17
17
Original file line number Diff line number Diff line change 3
3
<groupId >com.browserstackgroupId >
4
4
<artifactId >browserstack-local-javaartifactId >
5
5
<packaging >jarpackaging >
6
- <version >1.1.4 -SNAPSHOTversion >
6
+ <version >1.1.5 -SNAPSHOTversion >
7
7
8
8
<name >browserstack-local-javaname >
9
9
<description >Java bindings for BrowserStack Localdescription >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class Local {
23
23
private LocalProcess proc = null ;
24
24
25
25
// Current version of binding package, used for --source option of binary
26
- private final String packageVersion = "1.1.4 " ;
26
+ private final String packageVersion = "1.1.5 " ;
27
27
private final Map <String , String > parameters ;
28
28
private final Map <String , String > avoidValueParameters ;
29
29
You can’t perform that action at this time.
0 commit comments