Skip to content

Commit

Permalink
Prepare release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed Jun 26, 2018
1 parent 5c74eff commit b803f8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ While we are working on Bintray support, Scarlet is available via [JitPack](jitp
<dependency>
<groupId>com.github.tinder.scarlet</groupId>
<artifactId>scarlet</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
```

Expand Down
2 changes: 2 additions & 0 deletions publish-jitpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

./gradlew scarlet-stream-adapter-rxjava:build scarlet-stream-adapter-rxjava:publishToMavenLocal

./gradlew scarlet-stream-adapter-coroutines:build scarlet-stream-adapter-coroutines:publishToMavenLocal

./gradlew scarlet-websocket-okhttp:build scarlet-websocket-okhttp:publishToMavenLocal

./gradlew scarlet-websocket-mockwebserver:build scarlet-websocket-mockwebserver:publishToMavenLocal
Expand Down
2 changes: 2 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

./gradlew scarlet-stream-adapter-rxjava2:build scarlet-stream-adapter-rxjava2:artifactoryPublish

./gradlew scarlet-stream-adapter-coroutines:build scarlet-stream-adapter-coroutines:artifactoryPublish

./gradlew scarlet-websocket-okhttp:build scarlet-websocket-okhttp:artifactoryPublish

./gradlew scarlet-websocket-mockwebserver:build scarlet-websocket-mockwebserver:artifactoryPublish
Expand Down

0 comments on commit b803f8f

Please sign in to comment.