Skip to content

Commit

Permalink
Merge pull request #75 from xiaowing/release
Browse files Browse the repository at this point in the history
update the version of sdk to 0.3.1
  • Loading branch information
xiaowing authored Oct 12, 2020
2 parents 1697181 + 3dd1a5a commit 1840126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The recommended way to use the Aliyun TSDB SDK for Java in your project is to co
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>hitsdb-client</artifactId>
<version>0.2.6</version>
<version>0.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aliyun</groupId>
<artifactId>hitsdb-client</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<name>Aliyun TSDB SDK for Java</name>
<description>The Alibaba TSDB SDK for Java used for accessing High Performance Time Series Database</description>
<url>https://www.aliyun.com/product/hitsdb</url>
Expand Down

0 comments on commit 1840126

Please sign in to comment.