Skip to content

Commit

Permalink
[master] Prepare for releasing version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljazgar committed Sep 29, 2017
1 parent 2d952f1 commit 952854b
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 @@ -10,7 +10,7 @@ In `build.gradle` of your Android application module (usually *$projectRoot/app/

```
dependencies {
compile 'com.qubit:qubit-sdk-android:1.0.0'
compile 'com.qubit:qubit-sdk-android:1.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion qubit-sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'

version = '1.0.0'
version = '1.0.1'

android {
compileSdkVersion 26
Expand Down

0 comments on commit 952854b

Please sign in to comment.