Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b4494a

Browse files
authored
Update README.md
1 parent e5362ac commit 4b4494a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ magicButton.setMagicButtonClickListener(new View.OnClickListener() {
5151

5252
```groovy
5353
dependencies {
54-
compile 'com.github.bloder:magic:1.0'
54+
compile 'com.github.bloder:magic:1.1'
5555
}
5656
```
5757

@@ -61,7 +61,7 @@ dependencies {
6161
<dependency>
6262
<groupId>com.github.bloder</groupId>
6363
<artifactId>magic</artifactId>
64-
<version>1.0</version>
64+
<version>1.1</version>
6565
<type>pom</type>
6666
</dependency>
6767

@@ -70,7 +70,7 @@ dependencies {
7070
## Ivy
7171

7272
```xml
73-
<dependency org='com.github.bloder' name='magic' rev='1.0'>
73+
<dependency org='com.github.bloder' name='magic' rev='1.1'>
7474
<artifact name='$AID' ext='pom'></artifact>
7575
</dependency>
7676

0 commit comments

Comments
 (0)