Skip to content

Commit 1840126

Browse files
authored
Merge pull request #75 from xiaowing/release
update the version of sdk to 0.3.1
2 parents 1697181 + 3dd1a5a commit 1840126

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
@@ -21,7 +21,7 @@ The recommended way to use the Aliyun TSDB SDK for Java in your project is to co
2121
<dependency>
2222
<groupId>com.aliyun</groupId>
2323
<artifactId>hitsdb-client</artifactId>
24-
<version>0.2.6</version>
24+
<version>0.3.1</version>
2525
</dependency>
2626
```
2727

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.0</version>
6+
<version>0.3.1</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)