Skip to content

Commit 9643ffe

Browse files
committed
Bump version
1 parent 5457f82 commit 9643ffe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ While we are working on Bintray support, Scarlet is available via [JitPack][jitp
8787
<dependency>
8888
<groupId>com.github.tinder.scarlet</groupId>
8989
<artifactId>scarlet</artifactId>
90-
<version>0.1.6</version>
90+
<version>0.1.7</version>
9191
</dependency>
9292
```
9393

@@ -98,7 +98,7 @@ repositories {
9898
maven { url "https://jitpack.io" }
9999
}
100100
101-
implementation 'com.github.tinder.scarlet:scarlet:$0.1.6'
101+
implementation 'com.github.tinder.scarlet:scarlet:$0.1.7'
102102
```
103103

104104
### Plug-in Roadmap

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
android.enableJetifier=true
22
android.useAndroidX=true
3-
version=0.1.6
3+
version=0.1.7

0 commit comments

Comments
 (0)