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

Commit

Permalink
Upgrade version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbos committed Mar 10, 2017
1 parent dc343ad commit d3a64d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4</version>
<version>0.3.5</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.5'
group = 'com.nedap.healthcare'
archivesBaseName = 'archie'

Expand Down

0 comments on commit d3a64d8

Please sign in to comment.