Skip to content

Commit 1bff94f

Browse files
authored
Version update v1.1.0
No more needs for USB disconnect/connect. Compatible with IMBootloader v1.1.0
1 parent 89afbf0 commit 1bff94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void MainWindow::initActionsConnections()
126126
connect(m_ui->actionAbout, &QAction::triggered, this, [&] (void) {
127127
QMessageBox::about(this,
128128
tr("About IMFlasher"),
129-
tr("The <b>IMFlasher</b> v1.0.1"));
129+
tr("The <b>IMFlasher</b> v1.1.0"));
130130
});
131131
}
132132

0 commit comments

Comments
 (0)