We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2fc46 commit 9ce5846Copy full SHA for 9ce5846
VERSIONS
@@ -1,3 +1,9 @@
1
+Version 0.1.8
2
+-------------
3
+- Fixed minor issue with running test (Floats);
4
+- Fixed https://github.com/nomemory/mockneat/issues/23
5
+
6
7
Version 0.1.7
8
-------------
9
- Updated internal libraries versions;
bintray.gradle
@@ -1,6 +1,6 @@
apply plugin: 'com.jfrog.bintray'
-version = '0.1.7'
+version = '0.1.8'
task sourcesJar(type: Jar) {
classifier = 'sources'
build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'java'
18
apply plugin: 'jacoco'
19
20
group 'net.andreinc'
21
-version '0.1.7'
+version '0.1.8'
22
23
sourceCompatibility = 1.8
24
0 commit comments