Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
qinghuan-chain committed Dec 28, 2021
1 parent 4d63852 commit 8cbc151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web3lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ afterEvaluate {
from components.release
groupId = 'com.comingchat.web3'
artifactId = 'web3'
version = '1.0.1'
version = '1.0.2'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion web3lib/src/main/java/coming/web3/enity/UserInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class UserInfo implements Parcelable {
public final String avator;
public final String address;

public UserInfo(String name, String avator, String address) {
public UserInfo(String name, String avator, String address) {
this.name = name;
this.avator = avator;
this.address = address;
Expand Down

0 comments on commit 8cbc151

Please sign in to comment.