Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Brix Pedersen committed Oct 16, 2018
1 parent 51abae9 commit 10437a0
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 @@ -13,7 +13,7 @@ A sample app to try out functionality in the library can be found on the [Releas
Using Gradle:

```gradle
compile 'com.queue_it.androidsdk:library:2.0.16'
compile 'com.queue_it.androidsdk:library:2.0.17'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "2.0.16"
versionName "2.0.17"
}
buildTypes {
release {
Expand Down

0 comments on commit 10437a0

Please sign in to comment.