From 4fbc437382506c9ac1c5f0e3b09289cbb7aa9717 Mon Sep 17 00:00:00 2001 From: tomasklaen Date: Sat, 24 Sep 2022 17:23:31 +0200 Subject: [PATCH] release: 4.0.1 --- README.md | 2 +- scripts/uosc.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed678b87..bc97b044 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Preview screenshot

uosc

- Minimalist feature-rich proximity-based UI for MPV player. + Feature-rich minimalist proximity-based UI for MPV player.


diff --git a/scripts/uosc.lua b/scripts/uosc.lua index 70768cce..f83888c3 100644 --- a/scripts/uosc.lua +++ b/scripts/uosc.lua @@ -1,5 +1,5 @@ ---[[ uosc 4.0.0 - 2022-Sep-24 | https://github.com/tomasklaen/uosc ]] -local uosc_version = '4.0.0' +--[[ uosc 4.0.1 - 2022-Sep-24 | https://github.com/tomasklaen/uosc ]] +local uosc_version = '4.0.1' local assdraw = require('mp.assdraw') local opt = require('mp.options')