chore: bump version to v1.2.3 - Fix CORS & Update Notification

This commit is contained in:
dyzulk
2026-01-19 13:29:20 +07:00
parent 51ca6d3669
commit ca1fef86bd
6 changed files with 143 additions and 2 deletions

View File

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