chore: bump version

This commit is contained in:
Alessio Molinari 2024-06-12 23:07:00 +02:00
parent fa70776fb4
commit e42e505ce8
No known key found for this signature in database

View File

@ -418,5 +418,5 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
// Initialize first vdesk
HyprlandAPI::reloadConfig();
return {"virtual-desktops", "Virtual desktop like workspaces", "LevMyskin", "2.2.2"};
return {"virtual-desktops", "Virtual desktop like workspaces", "LevMyskin", "2.2.3"};
}