chore: bump version to v1.2.1

This commit is contained in:
dyzulk
2026-01-19 10:04:47 +07:00
parent a0e8c097f7
commit 9cee55c05a
12 changed files with 33 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ namespace App\Config;
class SiteConfig {
const APP_NAME = 'MIVO';
const APP_VERSION = 'v1.2.0';
const APP_VERSION = 'v1.2.1';
const APP_FULL_NAME = 'MIVO - Mikrotik Voucher';
const CREDIT_NAME = 'MivoDev';
const CREDIT_URL = 'https://github.com/mivodev';