Skip to content

Commit e395ee1

Browse files
chore(release): 4.0.2 [skip ci]
## [4.0.2](v4.0.1...v4.0.2) (2020-05-18) ### Bug Fixes * **ci:** correctly cleanup and regnerate site and javadoc ([d8eecdb](d8eecdb))
1 parent d8eecdb commit e395ee1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.2](https://github.com/hexonet/java-sdk/compare/v4.0.1...v4.0.2) (2020-05-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** correctly cleanup and regnerate site and javadoc ([d8eecdb](https://github.com/hexonet/java-sdk/commit/d8eecdb693cc820836a4a00c7801374c91d73f28))
7+
18
## [4.0.1](https://github.com/hexonet/java-sdk/compare/v4.0.0...v4.0.1) (2020-05-18)
29

310

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88
<groupId>net.hexonet.apiconnector</groupId>
99
<artifactId>java-sdk</artifactId>
10-
<version>4.0.1</version>
10+
<version>4.0.2</version>
1111
<packaging>jar</packaging>
1212
<name>java-sdk</name>
1313
<description>A connector library for the insanely fast HEXONET backend API.</description>

src/main/java/net/hexonet/apiconnector/APIClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public String getReferer() {
295295
* @return module version
296296
*/
297297
public String getVersion() {
298-
return "4.0.1";
298+
return "4.0.2";
299299
}
300300

301301
/**

0 commit comments

Comments
 (0)