Skip to content

Commit 525c786

Browse files
committed
2.2.1 release
1 parent 2b590a3 commit 525c786

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 2.2.1 (TBD)
7+
## [2.2.1](https://github.com/ngageoint/simple-features-wkb-java/releases/tag/2.2.1) (01-13-2023)
88

99
* MultiLineString with CircularStrings byte encoding fix to use MultiCurve
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ byte[] bytes = GeometryWriter.writeGeometry(geometry);
4040

4141
### Installation ###
4242

43-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkb|2.2.0|jar) (JAR, POM, Source, Javadoc)
43+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkb|2.2.1|jar) (JAR, POM, Source, Javadoc)
4444

4545
```xml
4646

4747
<dependency>
4848
<groupId>mil.nga.sf</groupId>
4949
<artifactId>sf-wkb</artifactId>
50-
<version>2.2.0</version>
50+
<version>2.2.1</version>
5151
</dependency>
5252

5353
```

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
1717
<a href="http://ngageoint.github.io/simple-features-wkb-java/docs/api/" class="btn">API</a>
1818
<a href="https://github.com/ngageoint/simple-features-wkb-java/zipball/master" class="btn">.zip</a>
1919
<a href="https://github.com/ngageoint/simple-features-wkb-java/tarball/master" class="btn">.tar.gz</a>
20-
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkb|2.2.0|jar" class="btn">The Central Repository</a>
20+
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-wkb|2.2.1|jar" class="btn">The Central Repository</a>
2121
</section>
2222

2323
<section class="main-content">

0 commit comments

Comments
 (0)