Skip to content

Commit 873c704

Browse files
authored
Fixes #577 and #578 (#579)
* Fixed #577 * Fixed handling of removal of single spot mentioned in #577 * Fixed #578 and #577 and updated API
1 parent f019a61 commit 873c704

File tree

7 files changed

+347
-337
lines changed

7 files changed

+347
-337
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.1'
9+
String mavenVersion = '1.7.2'
1010

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

0 commit comments

Comments
 (0)