Skip to content

Commit 54c47d9

Browse files
authored
New features (#610)
* Fixed #596 * Fixed #599 * Added feature #605
1 parent daddefa commit 54c47d9

File tree

13 files changed

+1312
-92
lines changed

13 files changed

+1312
-92
lines changed

common.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'java'
66
apply plugin: 'maven'
77

88
String mavenGroupId = 'org.cirdles'
9-
String mavenVersion = '1.7.5'
9+
String mavenVersion = '1.7.6'
1010

1111
sourceCompatibility = '1.8'
1212
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

0 commit comments

Comments
 (0)