diff --git a/res/icon.ico b/res/icon.ico index fd2d3c0..f24a3d1 100644 Binary files a/res/icon.ico and b/res/icon.ico differ diff --git a/src/globals.py b/src/globals.py index 03cf1db..6f88afc 100644 --- a/src/globals.py +++ b/src/globals.py @@ -1,4 +1,4 @@ -VERSION = "3.1.1" +VERSION = "3.1.2" TITLE = f"CVC v{VERSION}" READY_TEXT = f"Select your videos to get started." DEFAULT_SETTINGS = {"target_size": 20.0, "use_gpu": False}