Skip to content

Commit 69255ac

Browse files
authored
Merge pull request #96 from xiaowing/master
update the version of sdk to 0.3.4
2 parents 52d0a53 + ee01dc1 commit 69255ac

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
@@ -22,7 +22,7 @@ The recommended way to use the Aliyun TSDB SDK for Java in your project is to co
2222
<dependency>
2323
<groupId>com.aliyun</groupId>
2424
<artifactId>hitsdb-client</artifactId>
25-
<version>0.3.3</version>
25+
<version>0.3.4</version>
2626
</dependency>
2727
```
2828

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.3</version>
6+
<version>0.3.4</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)