Skip to content

Commit

Permalink
Update version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samdozor committed Sep 22, 2020
1 parent 71918d1 commit f77a021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The SDK is available via Maven Central and jCenter.
#### Gradle

```groovy
implementation 'com.mparticle:server-events-sdk:2.3.0'
implementation 'com.mparticle:server-events-sdk:2.3.1'
```

#### Maven
Expand All @@ -31,7 +31,7 @@ implementation 'com.mparticle:server-events-sdk:2.3.0'
<dependency>
<groupId>com.mparticle</groupId>
<artifactId>server-events-sdk</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

group = 'com.mparticle'
version = '2.3.0'
version = '2.3.1'

apply from: 'scripts/maven.gradle'

Expand Down

0 comments on commit f77a021

Please sign in to comment.