Skip to content

Commit 519b15a

Browse files
committed
release: 0.1.1
1 parent 8da0a9a commit 519b15a

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
@@ -52,15 +52,15 @@ normal java:
5252

5353
```
5454
dependencies {
55-
implementation 'com.github.williamfzc:randunit:0.1.0'
55+
implementation 'com.github.williamfzc:randunit:0.1.1'
5656
}
5757
```
5858

5959
android:
6060

6161
```
6262
dependencies {
63-
implementation 'com.github.williamfzc:randunit-android:0.1.0'
63+
implementation 'com.github.williamfzc:randunit-android:0.1.1'
6464
}
6565
```
6666

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
group_name = "com.williamfzc"
66
product_name = "randunit"
77
android_product_name = "randunit-android"
8-
cur_version = "0.1.0"
8+
cur_version = "0.1.1"
99

1010
// switch
1111
// when enabled, use some local mirrors

0 commit comments

Comments
 (0)