From fdfda171d51cdc4549923b4e46fb9a21ed389462 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj Date: Mon, 26 Dec 2022 20:46:50 +0300 Subject: [PATCH] increment version to v1.0.8 --- manifest.json | 2 +- start_server.bat | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7d9acd8..670685d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "auto.photoshop.stable.diffusion.plugin", "name": "Auto Photoshop Stable Diffusion Plugin", - "version": "1.0.7", + "version": "1.0.8", "host": [ { "app": "PS", diff --git a/start_server.bat b/start_server.bat index e1410df..4d53bd0 100644 --- a/start_server.bat +++ b/start_server.bat @@ -1,4 +1,6 @@ @REM @echo off +git pull + set SD_URL=http://127.0.0.1:7860 echo does server_env\ exist