Skip to content

Commit

Permalink
Update to 1.2.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
p-eli committed Oct 9, 2015
1 parent 24d193f commit e59c59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createApGui/userSetting.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
class UserSetting():
def __init__(self):
self.version = {'version':'1.2.3', 'autoCheck':True}
self.version = {'version':'1.2.4', 'autoCheck':True}
self.language = {'name':'English_en', 'fileName':'lang', 'path':'lang'}
self.saveAp = []
try:
Expand Down

0 comments on commit e59c59e

Please sign in to comment.