Skip to content

Commit ac8f920

Browse files
authored
Merge pull request #138 from xiaowing/master
version up to 0.3.6
2 parents aeb9b48 + 04c4031 commit ac8f920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The recommended way to use the Aliyun TSDB SDK for Java in your project is to co
2424
<dependency>
2525
<groupId>com.aliyun</groupId>
2626
<artifactId>hitsdb-client</artifactId>
27-
<version>0.3.5</version>
27+
<version>0.3.6</version>
2828
</dependency>
2929
```
3030

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>hitsdb-client</artifactId>
6-
<version>0.3.5</version>
6+
<version>0.3.6</version>
77
<name>Aliyun TSDB SDK for Java</name>
88
<description>The Alibaba TSDB SDK for Java used for accessing High Performance Time Series Database</description>
99
<url>https://www.aliyun.com/product/hitsdb</url>

0 commit comments

Comments
 (0)