mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 10:22:02 -05:00
Bump to 2.0
This commit is contained in:
parent
888d6bc303
commit
685ec26262
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ int main(int argc, char* argv[]) {
|
|||
a.setOrganizationName("theSuite");
|
||||
a.setOrganizationDomain("vicr123.com");
|
||||
a.setApplicationName("theDesk");
|
||||
a.setApplicationVersion("1.0.2");
|
||||
a.setCopyrightYear("2023");
|
||||
a.setApplicationVersion("2.0");
|
||||
a.setCopyrightYear("2024");
|
||||
a.setApplicationShareDir("thedesk");
|
||||
|
||||
StateManager::instance();
|
||||
|
|
Loading…
Reference in a new issue