Skip to content

Commit

Permalink
change version code to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandmartel committed Aug 26, 2016
1 parent 3a4a1cd commit 5198222
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 @@ -28,7 +28,7 @@ No external file are required and no file are stored in Hard Disk.
* with Gradle, from jcenter :

```
compile 'com.github.akinaru:speedtest:1.13'
compile 'com.github.akinaru:speedtest:1.14'
```

## How to use ?
Expand Down
2 changes: 1 addition & 1 deletion speedtest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

group 'com.github.akinaru'
version '1.13'
version '1.14'

apply plugin: 'java'
apply plugin: 'pmd'
Expand Down

0 comments on commit 5198222

Please sign in to comment.