Skip to content

Commit 270db1e

Browse files
committed
Version 2.13
1 parent 311bdf3 commit 270db1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Maven Central](https://img.shields.io/maven-central/v/com.drewnoakes/metadata-extractor.svg?maxAge=2592000)](https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor)
55
[![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&currency_code=GBP&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
66

7-
_metadata-extractor_ is a straightforward Java library for reading metadata from image files.
7+
_metadata-extractor_ is a Java library for reading metadata from media files.
88

99
## Installation
1010

@@ -14,7 +14,7 @@ The easiest way is to install the library via its [Maven package](http://search.
1414
<dependency>
1515
<groupId>com.drewnoakes</groupId>
1616
<artifactId>metadata-extractor</artifactId>
17-
<version>2.12.0</version>
17+
<version>2.13.0</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.drewnoakes</groupId>
1616
<artifactId>metadata-extractor</artifactId>
17-
<version>2.12.0</version>
17+
<version>2.13.0</version>
1818
<packaging>jar</packaging>
1919

2020
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)