chore(release): bump plugin version to 2.1.0

This commit is contained in:
Jose Olarte III
2026-03-19 14:22:59 +08:00
parent 7b41ca9e0b
commit 87d24ca506
11 changed files with 14 additions and 14 deletions

View File

@@ -1159,7 +1159,7 @@ export class DailyNotificationService {
* Get service version
*/
public getVersion(): string {
return '2.0.0';
return '2.1.0';
}
/**