Skip to content

Commit

Permalink
bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Sep 9, 2023
1 parent 7421db3 commit 71cd08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
let g_version = 'v1.3.1'
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'
Expand Down

0 comments on commit 71cd08e

Please sign in to comment.