From 270db1ed32494d758109b85be961dfc97aae866d Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Tue, 21 Jan 2020 11:44:02 +1100 Subject: [PATCH] Version 2.13 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5ae9f0e5..9f52549ef 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Maven Central](https://img.shields.io/maven-central/v/com.drewnoakes/metadata-extractor.svg?maxAge=2592000)](https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TNXDJKCDV5Z2C&lc=GB&item_name=Drew%20Noakes&item_number=metadata%2dextractor&no_note=0&cn=Add%20a%20message%20%28optional%29%3a&no_shipping=1¤cy_code=GBP&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) -_metadata-extractor_ is a straightforward Java library for reading metadata from image files. +_metadata-extractor_ is a Java library for reading metadata from media files. ## Installation @@ -14,7 +14,7 @@ The easiest way is to install the library via its [Maven package](http://search. com.drewnoakes metadata-extractor - 2.12.0 + 2.13.0 ``` diff --git a/pom.xml b/pom.xml index a8ef837de..cdb2ca8a1 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.drewnoakes metadata-extractor - 2.12.0 + 2.13.0 jar ${project.groupId}:${project.artifactId}