Skip to content

Commit

Permalink
Updated app information for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Aug 20, 2023
1 parent 4811541 commit 1628610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adapters/data_models/app_information.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ public slots:


private:
QString m_currentVersion { "v0.4.6" };
QString m_newestVersion { "v0.4.6" };
QString m_currentQtVersion { "v5.15.8" };
QString m_currentVersion { "v0.6.3" };
QString m_newestVersion { "v0.6.3" };
QString m_currentQtVersion { "v6.5.1" };
QString m_companyName { "Librum-Reader" };
QString m_productName { "Librum" };
QString m_companyWebsite { "https://librumreader.com" };
Expand Down

0 comments on commit 1628610

Please sign in to comment.