@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [3.3.1] - 2022-03-14
### Fix
- Fix transparrency in loaded ICO.
- (pro) Fix video thumbnails orientation.
@@ -1,6 +1,6 @@
package version
-const version = "3.3.0"
+const version = "3.3.1"
func Version() string {
return version