Skip to content

Commit

Permalink
发布正式版,更新README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Jan 19, 2019
1 parent a30d6f2 commit 9f16954
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>mini-table</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

> **Note**: The current version is still `SNAPSHOT`, which can be used directly by the `copy` Java file.
### API

#### Demo1 (No Title)
Expand Down
4 changes: 1 addition & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>mini-table</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

> ****:目前版本还是`SNAPSHOT`,可直接`copy` Java 文件使用。
### API 使用

#### 示例1(无标题)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.blinkfox</groupId>
<artifactId>mini-table</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>mini-table</name>
Expand Down

0 comments on commit 9f16954

Please sign in to comment.