From e3fc0c0c47b341c4c16fa868f51f3a35b64e129f Mon Sep 17 00:00:00 2001 From: hackware Date: Wed, 25 May 2022 17:50:34 +0800 Subject: [PATCH] release v1.6.2-stable --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- README_CN.md | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 320adca..bd352d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.2-stable + +enhance rId. + # v1.6.1-stable fix pub analysis error. diff --git a/README.md b/README.md index f3b05f6..6451df3 100644 --- a/README.md +++ b/README.md @@ -318,12 +318,12 @@ dependencies: flutter_constraintlayout: git: url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git' - ref: 'v1.6.1-stable' + ref: 'v1.6.2-stable' ``` ```yaml dependencies: - flutter_constraintlayout: ^1.6.1-stable + flutter_constraintlayout: ^1.6.2-stable ``` ```dart diff --git a/README_CN.md b/README_CN.md index 648a3e8..59df7bf 100644 --- a/README_CN.md +++ b/README_CN.md @@ -283,12 +283,12 @@ dependencies: flutter_constraintlayout: git: url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git' - ref: 'v1.6.1-stable' + ref: 'v1.6.2-stable' ``` ```yaml dependencies: - flutter_constraintlayout: ^1.6.1-stable + flutter_constraintlayout: ^1.6.2-stable ``` ```dart diff --git a/pubspec.yaml b/pubspec.yaml index 839352f..af18c03 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_constraintlayout description: A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS. -version: 1.6.1-stable +version: 1.6.2-stable anthor: hackware homepage: https://github.com/hackware1993/Flutter-ConstraintLayout