Skip to content

Commit

Permalink
Prepare for 0.1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-ahe committed Apr 5, 2021
1 parent 0ca9ac5 commit 47d4740
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
Change Log
==========

## Version 0.1.12
_2021-04-05_

* Various build tools and dependencies upgrade
* Gradle 6.8.3
* Kotlin 1.4.31
* Protobuf 3.15.6
* OkHttp 4.9.1
* Support JDK 11

## Version 0.1.11
_2020-11-02_

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -84,13 +84,13 @@ Snapshots of the development version are available in [Sonatype's `snapshots` re
<dependency>
<groupId>com.tinder.scarlet</groupId>
<artifactId>scarlet</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</dependency>
```

##### Gradle:
```groovy
implementation 'com.tinder.scarlet:scarlet:0.1.11'
implementation 'com.tinder.scarlet:scarlet:0.1.12'
```

### Plug-in Roadmap
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,7 +1,7 @@
android.useAndroidX=true

GROUP=com.tinder.scarlet
VERSION_NAME=0.1.12-SNAPSHOT
VERSION_NAME=0.1.12

POM_DESCRIPTION=A Retrofit inspired WebSocket client for Kotlin, Java, and Android.
POM_URL=https://github.com/Tinder/Scarlet
Expand Down

0 comments on commit 47d4740

Please sign in to comment.