Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gazer2kanlin committed Mar 21, 2017
1 parent a562976 commit 4af97bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ UIA Comm

Socket client, server & RS232 library.

## Android Support

* SocketClient - tested

* SocketServer - working

* RS232 - __NOT SUPPORT__


## Key Abstraction

Expand Down Expand Up @@ -58,7 +66,7 @@ pom.xml in your project:
<dependency>
<groupId>uia</groupId>
<artifactId>uia.comm</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion uia.comm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uia</groupId>
<artifactId>uia.comm</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>
<name>uia.comm</name>
<url>https://github.com/gazer2kanlin/uia.comm4j</url>
Expand Down

0 comments on commit 4af97bc

Please sign in to comment.