Skip to content

Commit 031a3bb

Browse files
author
Tyler Coles
committed
Updated build descriptor for v1.3.1
1 parent 11c97c8 commit 031a3bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- Project Properties -->
44

5-
<property name="version" value="1.3.0" />
5+
<property name="version" value="1.3.1" />
66

77
<property name="java.dir" value="${basedir}/src/main/java" />
88
<property name="resources.dir" value="${basedir}/src/main/resources" />

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.javadocmd</groupId>
55
<artifactId>simplelatlng</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3.0</version>
7+
<version>1.3.1</version>
88

99
<name>SimpleLatLng</name>
1010
<description>Simple Java implementation of common latitude and longitude calculations.</description>

0 commit comments

Comments
 (0)