Bump version to v1.1.1

This commit is contained in:
MivoDev
2026-01-18 14:00:55 +07:00
parent d4691bc700
commit 6c92985707
2 changed files with 3 additions and 3 deletions

View File

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