Skip to content

Commit a01e616

Browse files
PiChenPiChen
PiChen
authored and
PiChen
committed
bug fixed
1 parent c3e97a3 commit a01e616

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<img alt="logo" src="https://gitee.com/dbquery/td-genie/raw/master/tdengine/src/main/resources/images/logo.png" width="150" height="150">
33
</p>
44

5-
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">Td-Genie v2.1.0</h1>
5+
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">Td-Genie v2.1.1</h1>
66
<p align="center">A free and open-source time-series database management tools for TDengine, offers a graphical user interface tool that provides users with an intuitive and easy-to-use experience for database management and operations!</p>
77

88
----
99
English | [简体中文](README.md)
1010

1111
#### Description
12-
Td-Genie is a comprehensive and easy-to-use graphical interface tool for TDengine time-series database. The current V2.1.0 version supports the following TDengine Server versions:
12+
Td-Genie is a comprehensive and easy-to-use graphical interface tool for TDengine time-series database. The current V2.1.1 version supports the following TDengine Server versions:
1313

1414
1. TDengine 2.x version (including 2.6.0.34, which has been tested)
1515
2. TDengine 3.x version (including 3.2.3.0, which has been tested)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<img alt="logo" src="https://gitee.com/dbquery/td-genie/raw/master/tdengine/src/main/resources/images/logo.png" width="150" height="150">
33
</p>
44

5-
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">Td-Genie v2.1.0</h1>
5+
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">Td-Genie v2.1.1</h1>
66
<p align="center">免费开源的TDengine时序数据库图形用户界面工具,为用户提供直观、易用的数据库管理和操作体验!</p>
77

88
----
99

1010
简体中文|[English](README.en.md)
1111

1212
#### 介绍
13-
Td-Genie是一款功能全面、操作简便的TDengine时序数据库图形界面工具,V2.1.0目前支持的TDengine Server版本列表如下:
13+
Td-Genie是一款功能全面、操作简便的TDengine时序数据库图形界面工具,V2.1.1目前支持的TDengine Server版本列表如下:
1414
1. TDengine2.x版本(2.6.0.34已测试)
1515
2. TDengine3.x版本(3.2.3.0已测试)
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.gitee.dbquery</groupId>
77
<artifactId>td-genie</artifactId>
88
<packaging>pom</packaging>
9-
<version>2.1.0</version>
9+
<version>2.1.1</version>
1010

1111

1212
<modules>

tdengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>td-genie</artifactId>
77
<groupId>com.gitee.dbquery</groupId>
8-
<version>2.1.0</version>
8+
<version>2.1.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

tdengine/src/main/resources/fxml/main.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
</HBox>
249249
<HBox GridPane.rowIndex="2">
250250
<Label prefWidth="100">软件版本:</Label>
251-
<JFXTextField editable="false" prefWidth="400">V2.1.0</JFXTextField>
251+
<JFXTextField editable="false" prefWidth="400">V2.1.1</JFXTextField>
252252
</HBox>
253253
<HBox GridPane.rowIndex="3">
254254
<Label prefWidth="100">问题反馈1:</Label>

0 commit comments

Comments
 (0)