We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fae33 commit d0ab4b7Copy full SHA for d0ab4b7
README.md
@@ -27,7 +27,7 @@ Add the dependency in the form:
27
28
```groovy
29
dependencies {
30
- compile 'com.github.thiagokimo:KonamiCode:1.0'
+ compile 'com.github.thiagokimo:KonamiCode:1.1'
31
}
32
```
33
@@ -47,7 +47,7 @@ And them this into your dependencies
47
<dependency>
48
<groupId>com.github.thiagokimo</groupId>
49
<artifactId>konami-code</artifactId>
50
- <version>1.0</version>
+ <version>1.1</version>
51
</dependency>
52
53
##How to use
0 commit comments