Skip to content

Commit 3d09bdc

Browse files
Update README.md
Updating version numbers to 4.1.1
1 parent 77bdc16 commit 3d09bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To use the API in your maven project, include the following in your pom.xml:
6060
<dependency>
6161
<groupId>com.marklogic</groupId>
6262
<artifactId>marklogic-client-api</artifactId>
63-
<version>4.1.0</version>
63+
<version>4.1.1</version>
6464
</dependency>
6565

6666
And add this repository to your pom.xml repositories section:
@@ -73,7 +73,7 @@ And add this repository to your pom.xml repositories section:
7373
For gradle projects, include the following:
7474

7575
dependencies {
76-
compile group: 'com.marklogic', name: 'marklogic-client-api', version: '4.1.0'
76+
compile group: 'com.marklogic', name: 'marklogic-client-api', version: '4.1.1'
7777
}
7878

7979
Use gradle 1.7+ and add this to your build.gradle repositories section:

0 commit comments

Comments
 (0)