Skip to content

Commit a8e9df2

Browse files
authored
Update readme for the next release version (#331)
1 parent 9e52649 commit a8e9df2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ Install the Contentful dependency:
7676
<dependency>
7777
<groupId>com.contentful.java</groupId>
7878
<artifactId>java-sdk</artifactId>
79-
<version>10.5.25</version>
79+
<version>10.5.26</version>
8080
</dependency>
8181
```
8282

8383
* _Gradle_
8484

8585
```groovy
86-
compile 'com.contentful.java:java-sdk:10.5.25'
86+
compile 'com.contentful.java:java-sdk:10.5.26'
8787
```
8888

8989
This library requires Java 8 (or higher version) or Android 21.

pom.xml

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

44
<groupId>com.contentful.java</groupId>
55
<artifactId>java-sdk</artifactId>
6-
<version>10.5.25</version>
6+
<version>10.5.26</version>
77
<packaging>jar</packaging>
88

99
<name>${project.groupId}:${project.artifactId}</name>

src/main/java/com/contentful/java/cda/AbsQuery.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ public Query withContentType(String contentType) {
7575

7676
/**
7777
* Requesting content with specific locale.
78-
* If the locale contains Unicode extension tags (e.g., "en-CA-u-fw-sun-mu-celsius") they will be stripped.
78+
* If the locale contains Unicode extension tags
79+
* (e.g., "en-CA-u-fw-sun-mu-celsius") they will be stripped.
7980
*
8081
* @param locale the locale to be used.
8182
* @return the calling query for chaining.

0 commit comments

Comments
 (0)