From 6c9298570791acda11bc04d15734de8aa8098e0b Mon Sep 17 00:00:00 2001 From: MivoDev Date: Sun, 18 Jan 2026 14:00:55 +0700 Subject: [PATCH] Bump version to v1.1.1 --- app/Config/SiteConfig.php | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Config/SiteConfig.php b/app/Config/SiteConfig.php index 8d202c1..be277bf 100644 --- a/app/Config/SiteConfig.php +++ b/app/Config/SiteConfig.php @@ -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'; diff --git a/package.json b/package.json index 76cba75..ff23b91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mivo", - "version": "1.1.0", + "version": "1.1.1", "description": "This is a complete rewrite of Mikhmon v3 using a modern MVC architecture.\r It runs on a lightweight custom core designed for performance on low-end devices (STB/Android).", "main": "index.js", "scripts": { @@ -39,4 +39,4 @@ "vitepress": "^1.0.0-rc.31", "vue": "^3.4.0" } -} +} \ No newline at end of file