Skip to content

Commit 359b925

Browse files
chore: bump Java SDK to 2.0.1
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
1 parent 8d48e62 commit 359b925

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Download the `keploy-sdk` jar and keep it outside your application dependencies.
4444
<artifactItem>
4545
<groupId>io.keploy</groupId>
4646
<artifactId>keploy-sdk</artifactId>
47-
<version>2.0.0</version>
47+
<version>2.0.1</version>
4848
<outputDirectory>${project.build.directory}</outputDirectory>
4949
<destFileName>keploy-sdk.jar</destFileName>
5050
</artifactItem>

keploy-sdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>java-sdk</artifactId>
99
<groupId>io.keploy</groupId>
10-
<version>2.0.0</version>
10+
<version>2.0.1</version>
1111
</parent>
1212

1313
<artifactId>keploy-sdk</artifactId>
14-
<version>2.0.0</version>
14+
<version>2.0.1</version>
1515
<name>Keploy Java Coverage Agent</name>
1616
<description>Java dynamic dedup coverage agent for Keploy Enterprise</description>
1717
<url>https://github.com/keploy/java-sdk</url>

pom.xml

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

77
<groupId>io.keploy</groupId>
88
<artifactId>java-sdk</artifactId>
9-
<version>2.0.0</version>
9+
<version>2.0.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Keploy Java Coverage Agent</name>

0 commit comments

Comments
 (0)