We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb6d02 commit 4005591Copy full SHA for 4005591
pom.xml
@@ -8,7 +8,7 @@
8
<artifactId>mapcode</artifactId>
9
10
<packaging>jar</packaging>
11
- <version>1.40.2</version>
+ <version>1.40.3-SNAPSHOT</version>
12
13
<name>Mapcode Java Library</name>
14
<description>
src/site/apt/ReleaseNotes.apt.vm
@@ -9,6 +9,12 @@ Release Notes (Version ${project.version})
In any case, never depend on them for your own non-<<<SNAPSHOT>>> releases.
#end
+* 1.40.3
+
+ * To be done.
15
16
+ []
17
18
* 1.40.2
19
20
* Added <<<getMapcodeFormatType>>> and <<<isValidMapcodeFormat>>> to check validity of mapcode strings. Added
0 commit comments