Skip to content

Commit 9ce5846

Browse files
author
Andrei C
committed
Upgraded version
1 parent 6b2fc46 commit 9ce5846

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

VERSIONS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
Version 0.1.7
28
-------------
39
- Updated internal libraries versions;

bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.jfrog.bintray'
22

3-
version = '0.1.7'
3+
version = '0.1.8'
44

55
task sourcesJar(type: Jar) {
66
classifier = 'sources'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'java'
1818
apply plugin: 'jacoco'
1919

2020
group 'net.andreinc'
21-
version '0.1.7'
21+
version '0.1.8'
2222

2323
sourceCompatibility = 1.8
2424

0 commit comments

Comments
 (0)