We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf116f2 commit 04e9613Copy full SHA for 04e9613
README.md
@@ -195,15 +195,15 @@ You can depend on the library through Maven:
195
<dependency>
196
<groupId>com.github.pwittchen</groupId>
197
<artifactId>swipe-rx2</artifactId>
198
- <version>0.2.0</version>
+ <version>0.3.0</version>
199
</dependency>
200
```
201
202
or through Gradle:
203
204
```groovy
205
dependencies {
206
- compile 'com.github.pwittchen:swipe-rx2:0.2.0'
+ compile 'com.github.pwittchen:swipe-rx2:0.3.0'
207
}
208
209
0 commit comments