We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf136b commit 137e404Copy full SHA for 137e404
changelog.md
@@ -1,5 +1,10 @@
1
# FastTrack changelog
2
3
+## 6.1.1
4
+
5
+### Fixed
6
+- Fix database connection names crossover (critical)
7
8
## 6.1.0
9
10
### Changed
src/FastTrack-Cli.pro
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets core gui sql
TEMPLATE = app
-VERSION = 6.1.0
+VERSION = 6.1.1
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
QTPLUGIN += QSQLITE
src/FastTrack.pro
@@ -5,7 +5,7 @@ NO_WEB {
}
11
0 commit comments