Skip to content

Commit 00082cb

Browse files
authored
Merge pull request #24 from aliyun/feature/0.1.3
fixed Query and LastDataQuery parameter feature
2 parents 8d24e44 + a85d301 commit 00082cb

File tree

9 files changed

+1202
-1003
lines changed

9 files changed

+1202
-1003
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ hitsdb-client.iml
55
/.classpath
66
/.project
77
.idea/
8+
.DS_Store

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.1.2</version>
6+
<version>0.1.3</version>
77
<name>HiTSDB Client SDK</name>
88
<description>The Alibaba HiTSDB 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)