version 1.0.1

This commit is contained in:
Jörg Prante 2016-09-17 20:54:22 +02:00
parent fa5f53fbd2
commit 38576e881b

View file

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