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

Commit

Permalink
Update to version 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbos committed Nov 1, 2017
1 parent a1a9463 commit dde2526
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.13'
compile 'com.nedap.healthcare:archie:0.3.14'
}
```

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.13</version>
<version>0.3.14</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.14'
group = 'com.nedap.healthcare'
archivesBaseName = 'archie'

Expand Down

0 comments on commit dde2526

Please sign in to comment.