From 60836a26e2b2c84a3920b0f783f640cce52865cd Mon Sep 17 00:00:00 2001 From: SweetSub <37567389+tastysugar@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:48:51 -0700 Subject: [PATCH] Update version number fix https://github.com/AmusementClub/OKPGUI/issues/1 --- OKPLogic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OKPLogic.py b/OKPLogic.py index 31a0fa9..13601e7 100644 --- a/OKPLogic.py +++ b/OKPLogic.py @@ -17,7 +17,7 @@ import torrent_parser as tp from ProcessWindow import MyConsole -VERSION = "v0.1.3 Beta" +VERSION = "v0.1.4 Beta" CATEGORY = { 'Anime': ['Default', 'MV', 'TV', 'Movie', 'Collection', 'Raw', 'English'],