Skip to content

Commit 9d1a8cc

Browse files
committed
updated gitignore, incremented Maven version, since some methods were missing in the archived jar
1 parent 9c0978d commit 9d1a8cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#IDE specific files
22
.idea/*
33
out/*
4+
target/classes/*
45
settings.xml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.appium</groupId>
88
<artifactId>java-client</artifactId>
9-
<version>1.0</version>
9+
<version>1.0.1</version>
1010
<dependencies>
1111
<dependency>
1212
<groupId>com.google.collections</groupId>

0 commit comments

Comments
 (0)