Skip to content

Commit

Permalink
Update version to 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Mar 31, 2017
1 parent da772f4 commit 4f0f956
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please reference the badge above an

```groovy
dependencies {
compile 'com.mparticle:android-core:4.11.0'
compile 'com.mparticle:android-core:4.11.1'
}
```

Expand All @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
```groovy
dependencies {
compile (
'com.mparticle:android-example-kit:4.11.0',
'com.mparticle:android-another-kit:4.11.0',
'com.mparticle:android-example-kit:4.11.1',
'com.mparticle:android-another-kit:4.11.1',
)
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

allprojects {
group = 'com.mparticle'
version = '4.11.0-SNAPSHOT'
version = '4.11.1-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down
2 changes: 1 addition & 1 deletion kits/localytics-kit

0 comments on commit 4f0f956

Please sign in to comment.