File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/main/java/net/hexonet/apiconnector Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 4.0.4] ( https://github.com/hexonet/java-sdk/compare/v4.0.3...v4.0.4 ) (2020-06-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** tests:** deactive role user tests ([ bdef58b] ( https://github.com/hexonet/java-sdk/commit/bdef58bb4480743fa3ea7efefbd2ffe3d6306aa6 ) )
7
+
1
8
## [ 4.0.3] ( https://github.com/hexonet/java-sdk/compare/v4.0.2...v4.0.3 ) (2020-05-18)
2
9
3
10
Original file line number Diff line number Diff line change 7
7
</properties >
8
8
<groupId >net.hexonet.apiconnector</groupId >
9
9
<artifactId >java-sdk</artifactId >
10
- <version >4.0.3 </version >
10
+ <version >4.0.4 </version >
11
11
<packaging >jar</packaging >
12
12
<name >java-sdk</name >
13
13
<description >A connector library for the insanely fast HEXONET backend API.</description >
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ public String getReferer() {
295
295
* @return module version
296
296
*/
297
297
public String getVersion () {
298
- return "4.0.3 " ;
298
+ return "4.0.4 " ;
299
299
}
300
300
301
301
/**
You can’t perform that action at this time.
0 commit comments