Skip to content

Commit

Permalink
set version to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlehansen committed May 26, 2017
1 parent 372cae4 commit 0893989
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 @@ -17,7 +17,7 @@ repositories {
}
}
compile('no.fint:fint-event-model:0.0.13')
compile('no.fint:fint-event-model:0.0.14')
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sourceCompatibility = 1.8

jar {
baseName = 'fint-event-model'
version = '0.0.14-SNAPSHOT'
version = '0.0.14'
}

repositories {
Expand Down

0 comments on commit 0893989

Please sign in to comment.