Skip to content

Commit

Permalink
Version update v1.0.1
Browse files Browse the repository at this point in the history
asdasd
  • Loading branch information
Igor-Misic committed Jun 19, 2021
1 parent ab41bef commit 2547195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ void MainWindow::connectUsbToPcUi()

void MainWindow::about()
{
QMessageBox::about(this, tr("About IMFlahser"),
tr("The <b>IMFlahser</b> v1.0.0"));
QMessageBox::about(this, tr("About IMFlasher"),
tr("The <b>IMFlasher</b> v1.0.1"));
}

void MainWindow::updateProgressUi(qint64 sentSize, qint64 firmwareSize)
Expand Down

0 comments on commit 2547195

Please sign in to comment.