Skip to content

Commit

Permalink
chore(release): 4.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.2](v4.0.1...v4.0.2) (2020-05-18)

### Bug Fixes

* **ci:** correctly cleanup and regnerate site and javadoc ([d8eecdb](d8eecdb))
  • Loading branch information
semantic-release-bot committed May 18, 2020
1 parent d8eecdb commit e395ee1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.2](https://github.com/hexonet/java-sdk/compare/v4.0.1...v4.0.2) (2020-05-18)


### Bug Fixes

* **ci:** correctly cleanup and regnerate site and javadoc ([d8eecdb](https://github.com/hexonet/java-sdk/commit/d8eecdb693cc820836a4a00c7801374c91d73f28))

## [4.0.1](https://github.com/hexonet/java-sdk/compare/v4.0.0...v4.0.1) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<groupId>net.hexonet.apiconnector</groupId>
<artifactId>java-sdk</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
<packaging>jar</packaging>
<name>java-sdk</name>
<description>A connector library for the insanely fast HEXONET backend API.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/hexonet/apiconnector/APIClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public String getReferer() {
* @return module version
*/
public String getVersion() {
return "4.0.1";
return "4.0.2";
}

/**
Expand Down

0 comments on commit e395ee1

Please sign in to comment.