From cf4e531699232edfb251bc7f68a465f0fd6a8590 Mon Sep 17 00:00:00 2001 From: Nayuta403 <762579473@qq.com> Date: Mon, 28 Mar 2022 13:38:18 +0800 Subject: [PATCH] improve code style --- CHANGELOG.md | 1 + README-ZH.md | 2 +- README.md | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4c81f..895b266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,4 @@ ## [2.0.1] - modify notification usage ## [2.0.2] - fix widget doesn't transform ## [2.0.3] - remove unnecessary task +## [2.0.4] - improve code style diff --git a/README-ZH.md b/README-ZH.md index 1f6c7bd..cab4ff9 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -20,7 +20,7 @@ Language: [English](README.md) | 中文简体 -[![null-safe](https://img.shields.io/badge/nullsafe-2.0.3-brightgreen)](https://pub.dev/packages/keframe) +[![null-safe](https://img.shields.io/badge/nullsafe-2.0.4-brightgreen)](https://pub.dev/packages/keframe) [![null-safe](https://img.shields.io/badge/normal-1.0.3-brightgreen)](https://pub.dev/packages/keframe) [![GitHub stars](https://img.shields.io/github/stars/LianjiaTech/keframe)](https://github.com/LianjiaTech/keframe/stargazers) [![GitHub license](https://img.shields.io/github/license/LianjiaTech/keframe)](https://github.com/LianjiaTech/keframe/blob/master/LICENSE) diff --git a/README.md b/README.md index 66c8fd5..eef20f8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Language: English | [中文简体](README-ZH.md) -[![null-safe](https://img.shields.io/badge/nullsafe-2.0.3-brightgreen)](https://pub.dev/packages/keframe) +[![null-safe](https://img.shields.io/badge/nullsafe-2.0.4-brightgreen)](https://pub.dev/packages/keframe) [![null-safe](https://img.shields.io/badge/normal-1.0.3-brightgreen)](https://pub.dev/packages/keframe) [![GitHub stars](https://img.shields.io/github/stars/LianjiaTech/keframe)](https://github.com/LianjiaTech/keframe/stargazers) [![GitHub license](https://img.shields.io/github/license/LianjiaTech/keframe)](https://github.com/LianjiaTech/keframe/blob/master/LICENSE) @@ -75,7 +75,7 @@ Components distinguish only the normal and null-safe versions The normal version uses : `1.0.3` -The null-safe version uses :`2.0.3` +The null-safe version uses :`2.0.4` #### Quick learning diff --git a/pubspec.yaml b/pubspec.yaml index ad27ebd..7ed119a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: keframe description: Helps you improve the fluency of Flutter's app for any scenario -version: 2.0.3 +version: 2.0.4 homepage: https://github.com/LianjiaTech/keframe environment: