push update

This commit is contained in:
Ayush Saini 2022-06-01 11:19:58 +05:30
parent 1a5c89ecca
commit c2ddced5cf
2 changed files with 5 additions and 1 deletions

View file

@ -22,6 +22,10 @@
"68":{
"log":"1.6.10 , bug fix ,auto error logging, more mini games , discord bot integration ,warn bypass for owner",
"time":"2nd April 2022"
},
"69":{
"log":"added StumbledScoreScreen, End Vote System , in-game pop chat,error logging , other bug fix",
"time":"1st June 2022"
}
}

View file

@ -4,7 +4,7 @@ import _thread
import urllib.request
from efro.terminal import Clr
import json
VERSION=68
VERSION=69
def check():
_thread.start_new_thread(updateProfilesJson,())