Skip to content

Commit

Permalink
2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Jul 10, 2020
1 parent 7af092b commit 9cd6c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ byte[] bytes = TiffWriter.writeTiffToBytes(tiffImage);

### Installation ###

Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.1|jar) (JAR, POM, Source, Javadoc)
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.2|jar) (JAR, POM, Source, Javadoc)

<dependency>
<groupId>mil.nga</groupId>
<artifactId>tiff</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>

### Build ###
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
<a href="http://ngageoint.github.io/tiff-java/docs/api/" class="btn">API</a>
<a href="https://github.com/ngageoint/tiff-java/zipball/master" class="btn">.zip</a>
<a href="https://github.com/ngageoint/tiff-java/tarball/master" class="btn">.tar.gz</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.1|jar" class="btn">The Central Repository</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga|tiff|2.0.2|jar" class="btn">The Central Repository</a>
</section>

<section class="main-content">
Expand Down

0 comments on commit 9cd6c13

Please sign in to comment.