Skip to content

Commit

Permalink
Version update v1.1.0
Browse files Browse the repository at this point in the history
No more needs for USB disconnect/connect. Compatible with IMBootloader v1.1.0
  • Loading branch information
Igor-Misic authored Jul 17, 2021
1 parent 89afbf0 commit 1bff94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void MainWindow::initActionsConnections()
connect(m_ui->actionAbout, &QAction::triggered, this, [&] (void) {
QMessageBox::about(this,
tr("About IMFlasher"),
tr("The <b>IMFlasher</b> v1.0.1"));
tr("The <b>IMFlasher</b> v1.1.0"));
});
}

Expand Down

0 comments on commit 1bff94f

Please sign in to comment.