diff --git a/README.md b/README.md index 250a4ca..b799625 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ReActor 0.3.1b for StableDiffusion +# ReActor 0.3.1 for StableDiffusion ### The Fast and Simple "[roop-based](https://github.com/s0md3v/sd-webui-roop)" FaceSwap Extension with a lot of improvements and without NSFW filter (uncensored, use it on your own [responsibility](#disclaimer)) > Ex "Roop-GE" (GE - Gourieff Edition, aka "NSFW-Roop"), the extension was renamed with the version 0.3.0
diff --git a/scripts/version.py b/scripts/version.py index 0c385a6..89f952c 100644 --- a/scripts/version.py +++ b/scripts/version.py @@ -1,5 +1,5 @@ app_title = "ReActor" -version_flag = "v0.3.1b" +version_flag = "v0.3.1" from scripts.logger import logger, get_Run, set_Run