From 98faa64260bf060eb6881316b01c072cd9731251 Mon Sep 17 00:00:00 2001 From: Yoshiko <42309414+yoshiko2@users.noreply.github.com> Date: Tue, 17 Dec 2019 10:56:03 +0800 Subject: [PATCH] Update 1.9 --- AV_Data_Capture.py | 2 +- update_check.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index 68d3edc..40f194e 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -15,7 +15,7 @@ os.chdir(os.getcwd()) # ============global var=========== -version='1.8' +version='1.9' config = ConfigParser() config.read(config_file, encoding='UTF-8') diff --git a/update_check.json b/update_check.json index 73ef973..d1870d5 100644 --- a/update_check.json +++ b/update_check.json @@ -1,5 +1,5 @@ { - "version": "1.8", - "version_show":"1.8", + "version": "1.9", + "version_show":"1.9", "download": "https://github.com/yoshiko2/AV_Data_Capture/releases" }