Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Update version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpleppers committed Apr 24, 2017
1 parent 90c3bd1 commit 99e6466
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 @@ -14,7 +14,7 @@ In gradle, include this dependency in your build.gradle:

```gradle
dependencies {
compile 'com.nedap.healthcare:archie:0.3.7'
compile 'com.nedap.healthcare:archie:0.3.8'
}
```

Expand All @@ -24,7 +24,7 @@ or if you use maven, in your pom.xml
<dependency>
<groupId>com.nedap.healthcare</groupId>
<artifactId>archie</artifactId>
<version>0.3.7</version>
<version>0.3.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apply plugin: 'org.owasp.dependencycheck'

//apply plugin: 'io.codearte.nexus-staging'

version = '0.4.0-SNAPSHOT'
version = '0.3.8'
group = 'com.nedap.healthcare'
archivesBaseName = 'archie'

Expand Down

0 comments on commit 99e6466

Please sign in to comment.