Skip to content

Commit

Permalink
update version in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Nov 8, 2020
1 parent 25afe15 commit 2e060fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.11.04 (pending)
## 3.11.04
* issue #383 missing some relocations for uber-jars
* PR #381 support for custom ciphers and protocols for https requests
* Mock server should call into metrics just like the real thing
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.11.03</version>
<version>3.11.04</version>
</dependency>

<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.11.03</version>
<version>3.11.04</version>
<classifier>standalone</classifier>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ rightmenu: true
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.11.03</version>
<version>3.11.04</version>
</dependency>

<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.11.03</version>
<version>3.11.04</version>
<classifier>standalone</classifier>
</dependency>

Expand Down Expand Up @@ -627,15 +627,15 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries (
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-objectmapper-jackson</artifactId>
<version>3.11.03</version>
<version>3.11.04</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.konghq/unirest-object-mappers-gson -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-object-mappers-gson</artifactId>
<version>3.11.03</version>
<version>3.11.04</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion unirest-mocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Maven
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-mocks</artifactId>
<version>3.11.03</version>
<version>3.11.04</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 2e060fc

Please sign in to comment.