Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Jan 15, 2018
1 parent 2b396cd commit 8ea2c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README-ENGLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Web | File Download | File Upload | Js Communication | Ease of Use | Progress Ba
* Gradle

```
compile 'com.just.agentweb:agentweb:3.0.0'
compile 'com.just.agentweb:agentweb:3.1.0'
```
* Maven

```
<dependency>
<groupId>com.just.agentweb</groupId>
<artifactId>agentweb</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<type>pom</type>
</dependency>

Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,20 @@ AgentWeb Sample 展示了 AgentWeb 库强大的功能 , 详细请点击下面
* Gradle

```
compile 'com.just.agentweb:agentweb:3.0.0'
compile 'com.just.agentweb:agentweb:3.1.0'
```
* Maven

```
<dependency>
<groupId>com.just.agentweb</groupId>
<artifactId>agentweb</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<type>pom</type>
</dependency>

```

## Beta 版

* Gradle

```
compile 'com.just.agentweb:agentweb:3.1.0-beta'
```



Expand Down

0 comments on commit 8ea2c76

Please sign in to comment.