Skip to content

Commit

Permalink
Version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed May 11, 2020
1 parent 963f278 commit ba11bad
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 @@ -37,13 +37,13 @@ To use the module, first add it to your project's Maven or Gradle configuration:
<dependency>
<groupId>de.digitalcollections.iiif</groupId>
<artifactId>iiif-apis</artifactId>
<version>0.2.5</version>
<version>0.3.8</version>
</dependency>
```

```scala
dependencies {
compile 'de.digitalcollections.iiif.iiif-apis:0.2.5'
compile 'de.digitalcollections.iiif.iiif-apis:0.3.8'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.digitalcollections.iiif</groupId>
<artifactId>iiif-apis</artifactId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
<packaging>jar</packaging>

<name>DigitalCollections: IIIF API Library</name>
Expand Down

0 comments on commit ba11bad

Please sign in to comment.