We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb12c5d commit 227bf68Copy full SHA for 227bf68
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).
4
5
---
6
7
+## 1.1.4 (TBD)
8
+
9
+* TBD
10
11
## [1.1.3](https://github.com/ngageoint/coordinate-reference-systems-java/releases/tag/1.1.3) (03-17-2022)
12
13
* CRS Reader ignore non whitespace space characters such as 'NO-BREAK SPACE'
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
<groupId>mil.nga</groupId>
<artifactId>crs</artifactId>
- <version>1.1.3</version>
+ <version>1.1.4</version>
<packaging>jar</packaging>
<name>Coordinate Reference Systems</name>
<url>https://github.com/ngageoint/coordinate-reference-systems-java</url>
0 commit comments