Skip to content

Commit fac3cb8

Browse files
Update README.md
1 parent cd81a42 commit fac3cb8

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
@@ -806,20 +806,20 @@
806806

807807
Gradle:
808808
``` groovy
809-
compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.0'
809+
compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.1'
810810
```
811811
Maven:
812812
``` groovy
813813
<dependency>
814814
<groupId>com.abrahamcaijin.commonutil</groupId>
815815
<artifactId>CommonUtil</artifactId>
816-
<version>1.0.0</version>
816+
<version>1.0.1</version>
817817
<type>pom</type>
818818
</dependency>
819819
```
820820
Ivy:
821821
``` groovy
822-
<dependency org='com.abrahamcaijin.commonutil' name='CommonUtil' rev='1.0.0'>
822+
<dependency org='com.abrahamcaijin.commonutil' name='CommonUtil' rev='1.0.1'>
823823
<artifact name='CommonUtil' ext='pom' ></artifact>
824824
</dependency>
825825
```

0 commit comments

Comments
 (0)