This commit is contained in:
Jörg Prante 2016-09-28 15:00:03 +02:00
parent ec98483d9f
commit 59c4d79955

View file

@ -161,7 +161,7 @@ it is recommended to use http://github.com/xbib/bibliographic-character-sets if
You can use the library with Gradle
```
"org.xbib:marc:1.0.3"
"org.xbib:marc:1.0.4"
```
or with Maven
@ -170,7 +170,7 @@ or with Maven
<dependency>
<groupId>org.xbib</groupId>
<artifactId>marc</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```