From 8d16cb22b497064b40ef49ecc36dc2c177ce090c Mon Sep 17 00:00:00 2001 From: cdhigh Date: Sat, 2 Apr 2022 10:23:05 -0300 Subject: [PATCH] v1.2.2 --- pubspec.yaml | 2 +- versions/version.json | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index e4d7eb0..9c0ced6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.2.1 +version: 1.2.2 environment: sdk: ">=2.16.1 <3.0.0" diff --git a/versions/version.json b/versions/version.json index 42f1381..4745937 100644 --- a/versions/version.json +++ b/versions/version.json @@ -1,6 +1,13 @@ { - "lastest": "1.2.1", + "lastest": "1.2.2", "history": [ + { + "version": "1.2.2", + "build": "2022-04-02", + "android": "https://github.com/cdhigh/m328v6host/releases/download/v1.2.2/m328v6_V1.2.2.apk", + "windows": "https://github.com/cdhigh/m328v6host/releases/download/v1.2.2/m328v6_win_V1.2.2.zip", + "whatsnew": "1.连接电子负载后更快的显示下位机信息" + }, { "version": "1.2.1", "build": "2022-03-21",