Up IDE tag name.

This commit is contained in:
iabdalkader 2016-03-15 00:05:56 +02:00
parent 65ddf182b1
commit f85f42f7bf

View File

@ -57,7 +57,7 @@ baudrate = 921600
enable_jpeg = True
'''
CONFIG_KEYS = ['board', 'serial_port', 'recent', 'last_fw_path', 'baudrate', 'enable_jpeg']
RELEASE_TAG_NAME = 'v1.1'
RELEASE_TAG_NAME = 'v1.2'
RELEASE_URL = 'https://api.github.com/repos/openmv/openmv/releases/latest'
class OMVGtk: