rename the version from v1.2.7 to v1.3.0

dev_1.2.7
Abdullah Alfaraj 2023-07-15 23:22:16 +03:00
parent 3c4e676833
commit 43e3d91004
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const _log = console.log
const _warn = console.warn
const _error = console.error
let g_timer_value = 300 // temporary global variable for testing the timer pause function
let g_version = 'v1.2.7'
let g_version = 'v1.3.0'
let g_sd_url = 'http://127.0.0.1:7860'
let g_online_data_url =
'https://raw.githubusercontent.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin/master/utility/online_data.json'