Skip to content

Commit

Permalink
Merge pull request #69 from CherryPill/v1.4
Browse files Browse the repository at this point in the history
Hotfix version
  • Loading branch information
CherryPill authored Feb 11, 2020
2 parents 6bc13a6 + 6532458 commit e03b275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SystemInfo/meta/SoftwareInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
SoftwareInfo *shippedSoftWare;
SoftwareInfo::SoftwareInfo() {
this->setSoftwareName(_T("SystemInfo"));
this->setSoftwareDesc(_T("Hardware information tool for windows"));
this->setSoftwareDesc(_T("Hardware information tool for Windows"));
this->setSoftwareRepo(_T("<a href=\"https://github.com/CherryPill/system_info\">https://github.com/CherryPill/system_info</a>"));
this->setSoftwareVer(_T("1.4.0 [32-bit]"));
this->setSoftwareVer(_T("1.4.1 [32-bit]"));
}

SoftwareInfo::~SoftwareInfo() {}
Expand Down

0 comments on commit e03b275

Please sign in to comment.