Bump plugin version

This commit is contained in:
Kovid Goyal 2021-04-29 20:51:26 +05:30
parent 95745a3ca5
commit 87a3a6e31e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2,7 +2,7 @@
# License: GPLv3 Copyright: 2020, Kovid Goyal <kovid at kovidgoyal.net>
from __future__ import absolute_import, division, print_function, unicode_literals
store_version = 7 # Needed for dynamic plugin loading
store_version = 8 # Needed for dynamic plugin loading
import mimetypes