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 11c97c8 commit 031a3bbCopy full SHA for 031a3bb
build.xml
@@ -2,7 +2,7 @@
2
3
<!-- Project Properties -->
4
5
- <property name="version" value="1.3.0" />
+ <property name="version" value="1.3.1" />
6
7
<property name="java.dir" value="${basedir}/src/main/java" />
8
<property name="resources.dir" value="${basedir}/src/main/resources" />
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.javadocmd</groupId>
<artifactId>simplelatlng</artifactId>
<packaging>jar</packaging>
- <version>1.3.0</version>
+ <version>1.3.1</version>
9
<name>SimpleLatLng</name>
10
<description>Simple Java implementation of common latitude and longitude calculations.</description>
0 commit comments