Skip to content

Commit

Permalink
updated v0.2 to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Rinaldi committed Apr 28, 2022
1 parent dabf10d commit bfb785a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aboutbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
AboutBox::AboutBox(QWidget* parent) : QDialog(parent), ui(new Ui::AboutBox)
{
ui->setupUi(this);
QString abouttext = "<h3>About Wombat Registry v0.2</h3>";
QString abouttext = "<h3>About Wombat Registry v0.3</h3>";
abouttext += "<h5>License: GPLv2</h5>";
abouttext += "<h4>Copyright 2022-2022 Pasquale J. Rinaldi, Jr.</h4>";
abouttext += "<h5>Email: pjrinaldi@gmail.com</h5>";
Expand Down

0 comments on commit bfb785a

Please sign in to comment.