Skip to content

Commit

Permalink
Release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
clarisma committed Feb 16, 2024
1 parent 68222ef commit 3f4141f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ Include this dependency in your project's `pom.xml`:
<dependency>
<groupId>com.geodesk</groupId>
<artifactId>geodesk</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.geodesk</groupId>
<artifactId>geodesk</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
<packaging>jar</packaging>

<name>GeoDesk</name>
Expand Down
1 change: 1 addition & 0 deletions src/test/java/com/geodesk/core/MercatorTest.java
Expand Up @@ -129,6 +129,7 @@ private void printScaleForLat(double lat, String label)
printScaleForLat(83.6608453, "Cape Morris Jesup, Greenland");
}


private static double roundDegrees(double deg)
{
final double round = 10_000_000d; // 100-nanodegree precision
Expand Down

0 comments on commit 3f4141f

Please sign in to comment.