We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f2d37 commit 4d66930Copy full SHA for 4d66930
contrib/Installer/mtfg-ofs-extension-installer.py
@@ -17,7 +17,7 @@
17
from tqdm import tqdm
18
19
20
-VERSION = "v0.2.2"
+VERSION = "v0.2.3"
21
FUNSCRIPT_GENERATOR_RELEASE_URL = "https://github.com/michael-mueller-git/Python-Funscript-Editor/releases"
22
OFS_EXTENSION_DIR = os.path.expandvars(r'%APPDATA%\OFS\OFS2_data\extensions')
23
LATEST_RELEASE_API_URL = 'https://api.github.com/repos/michael-mueller-git/Python-Funscript-Editor/releases/latest'
0 commit comments