Skip to content

Commit e55c033

Browse files
authored
Merge pull request #24 from getdyspatch/rob-swu-patch-1
Update README.md
2 parents 0a55efe + fafec88 commit e55c033

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dyspatch-java
22

33
Dyspatch API
4-
- API version: 2020.04
4+
- API version: 2020.11
55

66
# Introduction
77

@@ -56,7 +56,7 @@ Add this dependency to your project's POM:
5656
<dependency>
5757
<groupId>io.dyspatch</groupId>
5858
<artifactId>dyspatch-java</artifactId>
59-
<version>5.0.2</version>
59+
<version>7.0.0</version>
6060
<scope>compile</scope>
6161
</dependency>
6262
```
@@ -66,7 +66,7 @@ Add this dependency to your project's POM:
6666
Add this dependency to your project's build file:
6767

6868
```groovy
69-
compile "io.dyspatch:dyspatch-java:5.0.2"
69+
compile "io.dyspatch:dyspatch-java:7.0.0"
7070
```
7171

7272
### Others
@@ -79,7 +79,7 @@ mvn clean package
7979

8080
Then manually install the following JARs:
8181

82-
* `target/dyspatch-java-5.0.2.jar`
82+
* `target/dyspatch-java-7.0.0.jar`
8383
* `target/lib/*.jar`
8484

8585
## Getting Started
@@ -110,7 +110,7 @@ public class Example {
110110
DraftsApi apiInstance = new DraftsApi(defaultClient);
111111
String draftId = "draftId_example"; // String | A draft ID
112112
String languageId = "languageId_example"; // String | A language ID (eg: en-US)
113-
String accept = "accept_example"; // String | A version of the API that should be used for the request. For example, to use version \"2020.04\", set the value to \"application/vnd.dyspatch.2020.04+json\"
113+
String accept = "accept_example"; // String | A version of the API that should be used for the request. For example, to use version \"2020.11\", set the value to \"application/vnd.dyspatch.2020.11+json\"
114114
try {
115115
apiInstance.deleteLocalization(draftId, languageId, accept);
116116
} catch (ApiException e) {

0 commit comments

Comments
 (0)