Skip to content

Commit

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

### Bug Fixes

* **pom.xml:** move nexus plugin to the bottom to change release behavior ([11ab75a](11ab75a))
  • Loading branch information
semantic-release-bot committed May 18, 2020
1 parent 11ab75a commit a6a929f
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.3](https://github.com/hexonet/java-sdk/compare/v4.0.2...v4.0.3) (2020-05-18)


### Bug Fixes

* **pom.xml:** move nexus plugin to the bottom to change release behavior ([11ab75a](https://github.com/hexonet/java-sdk/commit/11ab75aaf111985f9489ed4f3f40b1647b504be4))

## [4.0.2](https://github.com/hexonet/java-sdk/compare/v4.0.1...v4.0.2) (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.2</version>
<version>4.0.3</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.2";
return "4.0.3";
}

/**
Expand Down

0 comments on commit a6a929f

Please sign in to comment.